diff options
| -rw-r--r-- | zenhttp/zenhttp.cpp | 6 | ||||
| -rw-r--r-- | zenstore/zenstore.cpp | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/zenhttp/zenhttp.cpp b/zenhttp/zenhttp.cpp index d49b3818f..4bd6a5697 100644 --- a/zenhttp/zenhttp.cpp +++ b/zenhttp/zenhttp.cpp @@ -4,9 +4,9 @@ #if ZEN_WITH_TESTS -#include <zenhttp/httpclient.h> -#include <zenhttp/httpserver.h> -#include <zenhttp/httpshared.h> +# include <zenhttp/httpclient.h> +# include <zenhttp/httpserver.h> +# include <zenhttp/httpshared.h> namespace zen { diff --git a/zenstore/zenstore.cpp b/zenstore/zenstore.cpp index 308743144..d87652fde 100644 --- a/zenstore/zenstore.cpp +++ b/zenstore/zenstore.cpp @@ -4,14 +4,14 @@ #if ZEN_WITH_TESTS -#include <zenstore/blockstore.h> -#include <zenstore/gc.h> -#include <zenstore/hashkeyset.h> -#include <zenutil/basicfile.h> - -#include "cas.h" -#include "compactcas.h" -#include "filecas.h" +# include <zenstore/blockstore.h> +# include <zenstore/gc.h> +# include <zenstore/hashkeyset.h> +# include <zenutil/basicfile.h> + +# include "cas.h" +# include "compactcas.h" +# include "filecas.h" namespace zen { |