Skip to content

Commit af48df7

Browse files
committed
Fixing missing space before a brace in http_server_httpsys.cpp.
1 parent 697164a commit af48df7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Release/src/http/listener/http_server_httpsys.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,8 @@ void http_windows_server::receive_requests()
459459
}
460460
#if _MSC_VER < 1900
461461
concurrency::Context::Oversubscribe(false);
462-
#endif}
462+
#endif
463+
}
463464

464465
pplx::task<void> http_windows_server::respond(http::http_response response)
465466
{

0 commit comments

Comments
 (0)