aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.cpp
diff options
context:
space:
mode:
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;