From 46aa14744ba72873975d288b568fa3b15d196a78 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 9 Sep 2021 20:46:22 +0200 Subject: clang-format --- zenhttp/httpsys.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zenhttp/httpsys.cpp') 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 -#pragma comment(lib, "httpapi.lib") +# include +# 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; -- cgit v1.2.3