[or-cvs] r8677: whitespace tweaks (tor/trunk/src/or)

arma at seul.org arma at seul.org
Mon Oct 9 20:54:54 UTC 2006


Author: arma
Date: 2006-10-09 16:54:51 -0400 (Mon, 09 Oct 2006)
New Revision: 8677

Modified:
   tor/trunk/src/or/main.c
Log:
whitespace tweaks


Modified: tor/trunk/src/or/main.c
===================================================================
--- tor/trunk/src/or/main.c	2006-10-09 19:37:07 UTC (rev 8676)
+++ tor/trunk/src/or/main.c	2006-10-09 20:54:51 UTC (rev 8677)
@@ -2050,8 +2050,8 @@
     while (service_fns.QueryServiceStatus_fn(hService, &service_status) &&
            (service_status.dwCurrentState != SERVICE_STOPPED) &&
            (wait_time < MAX_SERVICE_WAIT_TIME)) {
-        Sleep(1000);
-        wait_time++;
+      Sleep(1000);
+      wait_time++;
     }
     if (service_status.dwCurrentState == SERVICE_STOPPED) {
       printf("Service stopped successfully\n");
@@ -2157,7 +2157,7 @@
   /* Set the service's description */
   sdBuff.lpDescription = GENSRV_DESCRIPTION;
   service_fns.ChangeServiceConfig2A_fn(hService, SERVICE_CONFIG_DESCRIPTION,
-                                      &sdBuff);
+                                       &sdBuff);
   printf("Service installed successfully\n");
 
   /* Start the service initially */



More information about the tor-commits mailing list