summaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2010-02-20 13:46:43 -0800
committerMike Perry <mikeperry-git@fscked.org>2010-02-22 16:52:11 -0800
commitf4d6315afae34c00b9dea45de631a97c0fcfdfb9 (patch)
tree1a6f784123ddda78204e3943c217d949687905d1 /src/common/compat.c
parent21f91dcb505fbfedd13be5942055f8591605e5c7 (diff)
downloadtor-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.c1
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.