summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-19 01:26:21 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-19 01:26:45 +0100
commit3991eaf5569c7039ea20000e70aac775b7899432 (patch)
tree26402686fb0d34fb0a5be880a146d2d188179654 /registry
parentd0e11d7591bf27a3ac2198042a590884281365ec (diff)
reduce whitespaces between include and filename
Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
Diffstat (limited to 'registry')
-rw-r--r--registry/source/keyimpl.hxx6
-rw-r--r--registry/source/regimpl.cxx28
-rw-r--r--registry/source/regimpl.hxx8
-rw-r--r--registry/source/regkey.cxx8
-rw-r--r--registry/workben/regspeed.cxx4
-rw-r--r--registry/workben/regtest.cxx4
6 files changed, 29 insertions, 29 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;
diff --git a/registry/workben/regspeed.cxx b/registry/workben/regspeed.cxx
index d73750fbe53b..0939b5dc0b2e 100644
--- a/registry/workben/regspeed.cxx
+++ b/registry/workben/regspeed.cxx
@@ -26,8 +26,8 @@
#include <sys/types.h>
#include "registry/registry.h"
-#include <rtl/ustring.hxx>
-#include <rtl/alloc.h>
+#include <rtl/ustring.hxx>
+#include <rtl/alloc.h>
using namespace std;
diff --git a/registry/workben/regtest.cxx b/registry/workben/regtest.cxx
index a2ddb177f594..3652839b5bc3 100644
--- a/registry/workben/regtest.cxx
+++ b/registry/workben/regtest.cxx
@@ -22,8 +22,8 @@
#include <stdio.h>
#include "registry/registry.h"
-#include <rtl/ustring.hxx>
-#include <rtl/alloc.h>
+#include <rtl/ustring.hxx>
+#include <rtl/alloc.h>
using namespace std;