aboutsummaryrefslogtreecommitdiff
path: root/zenstore/zenstore.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-04-19 12:36:50 +0200
committerStefan Boberg <[email protected]>2023-04-19 12:36:50 +0200
commit5ac2e890bc4a7b53fad020ed40c4ff3ae88e454a (patch)
tree2b6c836442791d84bdedd5cc0e81154d9e36159d /zenstore/zenstore.cpp
parentput forcelink calls into ZEN_WITH_TESTS blocks (diff)
downloadzen-5ac2e890bc4a7b53fad020ed40c4ff3ae88e454a.tar.xz
zen-5ac2e890bc4a7b53fad020ed40c4ff3ae88e454a.zip
oops: clang-format
Diffstat (limited to 'zenstore/zenstore.cpp')
-rw-r--r--zenstore/zenstore.cpp16
1 files changed, 8 insertions, 8 deletions
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 {