diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-03-14 03:18:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-03-14 03:18:35 +0000 |
commit | 97dad670ead7383d27c9a284be09d37b6151b29e (patch) | |
tree | 742dc673e66270f931802b5023450233d2da2bb9 /src/or/main.c | |
parent | fd150459b36128695e6ce74e4d99d7896fee5e38 (diff) | |
download | tor-97dad670ead7383d27c9a284be09d37b6151b29e.tar.gz tor-97dad670ead7383d27c9a284be09d37b6151b29e.zip |
Renormalize whitespace
svn:r3757
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/main.c b/src/or/main.c index 0c9eacf8c4..226a5aa76f 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1074,7 +1074,7 @@ static void signal_callback(int fd, short events, void *arg) /** Write all statistics to the log, with log level 'severity'. Called * in response to a SIGUSR1. */ -static void +static void dumpstats(int severity) { int i; connection_t *conn; @@ -1597,7 +1597,7 @@ int tor_main(int argc, char *argv[]) { return -1; switch (get_options()->command) { case CMD_RUN_TOR: -#ifdef MS_WINDOWS_SERVICE +#ifdef MS_WINDOWS_SERVICE service_status.dwCurrentState = SERVICE_RUNNING; #endif do_main_loop(); |