aboutsummaryrefslogtreecommitdiff
path: root/zenserver/zenserver.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-15 11:25:16 +0200
committerStefan Boberg <[email protected]>2021-10-15 11:25:35 +0200
commit01de07426c9d923c8c0b4ef7272b5b822399c4a7 (patch)
treea6ea0eda7316864ab63721bd10f642ad5ad57da8 /zenserver/zenserver.cpp
parenthttpasio: implemented proper handling of query strings (diff)
downloadzen-01de07426c9d923c8c0b4ef7272b5b822399c4a7.tar.xz
zen-01de07426c9d923c8c0b4ef7272b5b822399c4a7.zip
clang-format
Diffstat (limited to 'zenserver/zenserver.cpp')
-rw-r--r--zenserver/zenserver.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/zenserver/zenserver.cpp b/zenserver/zenserver.cpp
index 1fddec437..a1cd01d33 100644
--- a/zenserver/zenserver.cpp
+++ b/zenserver/zenserver.cpp
@@ -108,7 +108,11 @@ using namespace std::literals;
class ZenServer : public IHttpStatusProvider
{
public:
- void Initialize(ZenServiceConfig& ServiceConfig, std::string_view HttpServerClass, int BasePort, int ParentPid, ZenServerState::ZenServerEntry* ServerEntry)
+ void Initialize(ZenServiceConfig& ServiceConfig,
+ std::string_view HttpServerClass,
+ int BasePort,
+ int ParentPid,
+ ZenServerState::ZenServerEntry* ServerEntry)
{
using namespace fmt::literals;