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/regkey.cxx | |
parent | d0e11d7591bf27a3ac2198042a590884281365ec (diff) |
reduce whitespaces between include and filename
Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
Diffstat (limited to 'registry/source/regkey.cxx')
-rw-r--r-- | registry/source/regkey.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
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; |