summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-09 20:54:51 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-09 20:54:51 +0000
commit81dd9720f27e4a6d2590f85671db78fede98e75f (patch)
tree2d44403ef4ab187b1d50cdd74c49b43c280520bc
parentbff9844b9f902d426d617b033c98db9cf180c099 (diff)
downloadtor-81dd9720f27e4a6d2590f85671db78fede98e75f.tar.gz
tor-81dd9720f27e4a6d2590f85671db78fede98e75f.zip
whitespace tweaks
svn:r8677
-rw-r--r--src/or/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 1e6b0a25fc..4e29746ee0 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -2050,8 +2050,8 @@ nt_service_stop(SC_HANDLE hService)
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 @@ nt_service_install(void)
/* 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 */