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