diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-02-05 21:42:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-02-05 21:42:46 +0000 |
commit | bb32fa86d760bd4f18793e635c3cb7d5b932307b (patch) | |
tree | ddcffdad9afb003b91880440255689d95f1cddf6 /src/or/main.c | |
parent | 24ad6542c939d3e17cba5af14a51ba2f5bd2c3fc (diff) | |
download | tor-bb32fa86d760bd4f18793e635c3cb7d5b932307b.tar.gz tor-bb32fa86d760bd4f18793e635c3cb7d5b932307b.zip |
Re-normalize whitespace; make "make check-spaces" happy
svn:r3566
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 0891708b4a..776111f541 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1061,7 +1061,7 @@ static int do_main_loop(void) { int control_signal_act(int the_signal) { - switch(the_signal) + switch (the_signal) { case 1: signal_callback(0,0,(void*)(uintptr_t)SIGHUP); |