]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/win32service.cpp
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / win / win32service.cpp
index 45aba726824c0d3af6146934f159887c97a500fa..846cc3273dbc78961986f990d0fd7e8a437f4575 100644 (file)
@@ -120,7 +120,7 @@ VOID ServiceMain(DWORD argc, LPCSTR *argv)
                g_ServiceData.argc = argc;
 
                // Note: since this memory is going to stay allocated for the rest of the execution,
-               //               it doesn't make sense to free it, as it's going to be "freed" on process termination
+               // it doesn't make sense to free it, as it's going to be "freed" on process termination
                try {
                        g_ServiceData.argv = new char*[argc];