aboutsummaryrefslogtreecommitdiff
path: root/zenserver/testing/launch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver/testing/launch.cpp')
-rw-r--r--zenserver/testing/launch.cpp40
1 files changed, 20 insertions, 20 deletions
diff --git a/zenserver/testing/launch.cpp b/zenserver/testing/launch.cpp
index 013aa28b8..706594b10 100644
--- a/zenserver/testing/launch.cpp
+++ b/zenserver/testing/launch.cpp
@@ -4,27 +4,27 @@
#if ZEN_WITH_COMPUTE_SERVICES
-#include <zencore/compactbinary.h>
-#include <zencore/compactbinarybuilder.h>
-#include <zencore/filesystem.h>
-#include <zencore/fmtutils.h>
-#include <zencore/iobuffer.h>
-#include <zencore/iohash.h>
-#include <zencore/logging.h>
-#include <zencore/windows.h>
-#include <zenstore/cas.h>
+# include <zencore/compactbinary.h>
+# include <zencore/compactbinarybuilder.h>
+# include <zencore/filesystem.h>
+# include <zencore/fmtutils.h>
+# include <zencore/iobuffer.h>
+# include <zencore/iohash.h>
+# include <zencore/logging.h>
+# include <zencore/windows.h>
+# include <zenstore/cas.h>
ZEN_THIRD_PARTY_INCLUDES_START
-#include <AccCtrl.h>
-#include <AclAPI.h>
-#include <atlbase.h>
-#include <sddl.h>
-#include <UserEnv.h>
+# include <AccCtrl.h>
+# include <AclAPI.h>
+# include <UserEnv.h>
+# include <atlbase.h>
+# include <sddl.h>
ZEN_THIRD_PARTY_INCLUDES_END
-#pragma comment(lib, "UserEnv.lib")
+# pragma comment(lib, "UserEnv.lib")
-#include <filesystem>
-#include <span>
+# include <filesystem>
+# include <span>
using namespace std::literals;
@@ -352,7 +352,7 @@ HttpLaunchService::HttpLaunchService(CasStore& Store, const std::filesystem::pat
// Experimental
-#if 0
+# if 0
m_Router.RegisterRoute(
"jobs/sandbox",
[this](HttpRouterRequest& Req) {
@@ -378,7 +378,7 @@ HttpLaunchService::HttpLaunchService(CasStore& Store, const std::filesystem::pat
}
},
HttpVerb::kGet | HttpVerb::kPost);
-#endif
+# endif
m_Router.RegisterRoute(
"jobs/prep",
@@ -550,4 +550,4 @@ HttpLaunchService::CreateNewSandbox()
} // namespace zen
-#endif // ZEN_WITH_COMPUTE_SERVICES
+#endif // ZEN_WITH_COMPUTE_SERVICES