aboutsummaryrefslogtreecommitdiff
path: root/zenserver-test/zenserver-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver-test/zenserver-test.cpp')
-rw-r--r--zenserver-test/zenserver-test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/zenserver-test/zenserver-test.cpp b/zenserver-test/zenserver-test.cpp
index 41dfe8563..1b731ed26 100644
--- a/zenserver-test/zenserver-test.cpp
+++ b/zenserver-test/zenserver-test.cpp
@@ -1882,7 +1882,7 @@ TEST_CASE("zcache.policy")
}
}
-#if ZEN_USE_EXEC
+# if ZEN_USE_EXEC
struct RemoteExecutionRequest
{
@@ -2055,7 +2055,7 @@ TEST_CASE("exec.basic")
TEST_CASE("mesh.basic")
{
// --mesh option only available with ZEN_ENABLE_MESH
-# if ZEN_ENABLE_MESH
+# if ZEN_ENABLE_MESH
using namespace std::literals;
const int kInstanceCount = 4;
@@ -2080,10 +2080,10 @@ TEST_CASE("mesh.basic")
Instance->WaitUntilReady();
}
-# endif
+# endif
}
-#endif
+# endif
class ZenServerTestHelper
{