]> git.pond.sub.org Git - empserver/blobdiff - src/lib/empthread/ntthread.c
Coding style, comments, spelling...
[empserver] / src / lib / empthread / ntthread.c
index 0fb8c4cc684ffc8e27ab3459e484ca8d16f06916..3aabec1070f960bbebdbb9a10302a8cbc3c3de3f 100644 (file)
@@ -265,8 +265,7 @@ loc_BlockThisThread(void)
 static BOOL
 loc_Exit_Handler(DWORD fdwCtrlType)
 {
-    switch (fdwCtrlType) 
-    { 
+    switch (fdwCtrlType) { 
         case CTRL_C_EVENT:
         case CTRL_CLOSE_EVENT:
         case CTRL_BREAK_EVENT: