[Box Backup-dev] COMMIT r375 - box/chris/win32/vc2005-compile-fixes/bin/bbackupd

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sat, 4 Feb 2006 13:29:23 +0000 (GMT)


Author: chris
Date: 2006-02-04 13:29:22 +0000 (Sat, 04 Feb 2006)
New Revision: 375

Modified:
   box/chris/win32/vc2005-compile-fixes/bin/bbackupd/Win32ServiceFunctions.cpp
Log:
* Win32ServiceFunctions.cpp
- Trivial spacing fix (this file should really be tab-indented like the others)


Modified: box/chris/win32/vc2005-compile-fixes/bin/bbackupd/Win32ServiceFunctions.cpp
===================================================================
--- box/chris/win32/vc2005-compile-fixes/bin/bbackupd/Win32ServiceFunctions.cpp	2006-02-04 13:28:43 UTC (rev 374)
+++ box/chris/win32/vc2005-compile-fixes/bin/bbackupd/Win32ServiceFunctions.cpp	2006-02-04 13:29:22 UTC (rev 375)
@@ -95,7 +95,7 @@
 
 VOID ServiceMain(DWORD argc, LPTSTR *argv) 
 {
-   // initialise service status
+    // initialise service status
     gServiceStatus.dwServiceType = SERVICE_WIN32;
     gServiceStatus.dwCurrentState = SERVICE_STOPPED;
     gServiceStatus.dwControlsAccepted = 0;