diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-19 01:26:21 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-19 01:26:45 +0100 |
commit | 3991eaf5569c7039ea20000e70aac775b7899432 (patch) | |
tree | 26402686fb0d34fb0a5be880a146d2d188179654 /registry/source | |
parent | d0e11d7591bf27a3ac2198042a590884281365ec (diff) |
reduce whitespaces between include and filename
Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
Diffstat (limited to 'registry/source')
-rw-r--r-- | registry/source/keyimpl.hxx | 6 | ||||
-rw-r--r-- | registry/source/regimpl.cxx | 28 | ||||
-rw-r--r-- | registry/source/regimpl.hxx | 8 | ||||
-rw-r--r-- | registry/source/regkey.cxx | 8 |
4 files changed, 25 insertions, 25 deletions
diff --git a/registry/source/keyimpl.hxx b/registry/source/keyimpl.hxx index a4a24e77bdc5..61fbb247d811 100644 --- a/registry/source/keyimpl.hxx +++ b/registry/source/keyimpl.hxx @@ -20,9 +20,9 @@ #ifndef _KEYIMPL_HXX_ #define _KEYIMPL_HXX_ -#include <registry/registry.h> -#include "regimpl.hxx" -#include <rtl/ustring.hxx> +#include <registry/registry.h> +#include "regimpl.hxx" +#include <rtl/ustring.hxx> class ORegKey { diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx index dcdcc84366ee..998f2372ff07 100644 --- a/registry/source/regimpl.cxx +++ b/registry/source/regimpl.cxx @@ -18,36 +18,36 @@ */ -#include "regimpl.hxx" +#include "regimpl.hxx" #include <memory> -#include <string.h> -#include <stdio.h> +#include <string.h> +#include <stdio.h> #if defined(UNX) -#include <unistd.h> +#include <unistd.h> #endif #ifdef __MINGW32__ -#include <unistd.h> +#include <unistd.h> #endif -#include <registry/reflread.hxx> +#include <registry/reflread.hxx> -#include <registry/reflwrit.hxx> +#include <registry/reflwrit.hxx> #include "registry/reader.hxx" #include "registry/refltype.hxx" #include "registry/types.h" #include "registry/version.h" -#include "reflcnst.hxx" -#include "keyimpl.hxx" +#include "reflcnst.hxx" +#include "keyimpl.hxx" -#include <osl/thread.h> -#include <rtl/alloc.h> -#include <rtl/ustring.hxx> -#include <rtl/ustrbuf.hxx> -#include <osl/file.hxx> +#include <osl/thread.h> +#include <rtl/alloc.h> +#include <rtl/ustring.hxx> +#include <rtl/ustrbuf.hxx> +#include <osl/file.hxx> using namespace osl; using namespace store; diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx index f89d2e5262f8..20d777905dd7 100644 --- a/registry/source/regimpl.hxx +++ b/registry/source/regimpl.hxx @@ -23,10 +23,10 @@ #include <set> #include <boost/unordered_map.hpp> -#include <registry/registry.h> -#include <rtl/ustring.hxx> -#include <osl/mutex.hxx> -#include <store/store.hxx> +#include <registry/registry.h> +#include <rtl/ustring.hxx> +#include <osl/mutex.hxx> +#include <store/store.hxx> #define REG_PAGESIZE 512 diff --git a/registry/source/regkey.cxx b/registry/source/regkey.cxx index 4d7b2e8b060e..47dad3cf7bc7 100644 --- a/registry/source/regkey.cxx +++ b/registry/source/regkey.cxx @@ -20,10 +20,10 @@ #include "regkey.hxx" -#include <registry/registry.hxx> -#include <rtl/alloc.h> -#include "regimpl.hxx" -#include "keyimpl.hxx" +#include <registry/registry.hxx> +#include <rtl/alloc.h> +#include "regimpl.hxx" +#include "keyimpl.hxx" using rtl::OUString; |