diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2010-02-20 13:46:43 -0800 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2010-02-22 16:52:11 -0800 |
commit | f4d6315afae34c00b9dea45de631a97c0fcfdfb9 (patch) | |
tree | 1a6f784123ddda78204e3943c217d949687905d1 /src/common/compat.c | |
parent | 21f91dcb505fbfedd13be5942055f8591605e5c7 (diff) | |
download | tor-f4d6315afae34c00b9dea45de631a97c0fcfdfb9.tar.gz tor-f4d6315afae34c00b9dea45de631a97c0fcfdfb9.zip |
Remove misc unnecessary newlines found by new check.
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 406d74eb25..33e32d433c 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -1789,7 +1789,6 @@ spawn_exit(void) * call _exit, not exit, from child processes. */ _exit(0); #endif - } /** Set *timeval to the current time of day. On error, log and terminate. |