diff options
author | Sadie Powell <sadie@witchery.services> | 2021-04-27 16:36:40 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-04-27 16:41:14 +0100 |
commit | b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3 (patch) | |
tree | 81327174fcc9df91ad7494e7b34829770caac727 /win | |
parent | 8a5a1c799e5bec875b081f70639156429d7847e3 (diff) |
Fix a bunch of weird indentation and spacing issues.
Diffstat (limited to 'win')
-rw-r--r-- | win/win32service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/win32service.cpp b/win/win32service.cpp index 45aba7268..846cc3273 100644 --- a/win/win32service.cpp +++ b/win/win32service.cpp @@ -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]; |