aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpnull.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenhttp/httpnull.cpp')
-rw-r--r--zenhttp/httpnull.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/zenhttp/httpnull.cpp b/zenhttp/httpnull.cpp
index 1a60e211c..31b13a6ce 100644
--- a/zenhttp/httpnull.cpp
+++ b/zenhttp/httpnull.cpp
@@ -70,8 +70,7 @@ HttpNullServer::Run(bool IsInteractiveSession)
do
{
m_ShutdownEvent.Wait(WaitTimeout);
- }
- while (!IsApplicationExitRequested());
+ } while (!IsApplicationExitRequested());
#endif
}