aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-09 20:46:22 +0200
committerStefan Boberg <[email protected]>2021-09-09 20:46:22 +0200
commit46aa14744ba72873975d288b568fa3b15d196a78 (patch)
tree335055510cd45ef033b8b7565e9123f2b6887ce1 /zenhttp/httpsys.cpp
parentMerge from main (diff)
downloadzen-46aa14744ba72873975d288b568fa3b15d196a78.tar.xz
zen-46aa14744ba72873975d288b568fa3b15d196a78.zip
clang-format
Diffstat (limited to 'zenhttp/httpsys.cpp')
-rw-r--r--zenhttp/httpsys.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/zenhttp/httpsys.cpp b/zenhttp/httpsys.cpp
index be538e7f7..471a8f80a 100644
--- a/zenhttp/httpsys.cpp
+++ b/zenhttp/httpsys.cpp
@@ -7,8 +7,8 @@
#if ZEN_WITH_HTTPSYS
-#include <conio.h>
-#pragma comment(lib, "httpapi.lib")
+# include <conio.h>
+# pragma comment(lib, "httpapi.lib")
std::wstring
UTF8_to_wstring(const char* in)
@@ -1219,12 +1219,12 @@ InitialRequestHandler::HandleCompletion(ULONG IoResult, ULONG_PTR NumberOfBytesT
}
//////////////////////////////////////////////////////////////////////////
-//
+//
// HttpServer interface implementation
//
void
-HttpSysServer::Initialize(int BasePort)
+HttpSysServer::Initialize(int BasePort)
{
using namespace std::literals;