summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-05 21:53:46 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-05 21:53:46 -0400
commit330116f0343e3b7b6632d3bd1b5c9f6bca87872d (patch)
treeae57943cb8d7c0b36e3dc1d11d601c279b4a84ae /src/common
parentbe7e8f5bb90acbf6717b9a14d21fdf4733c5d9e5 (diff)
downloadtor-330116f0343e3b7b6632d3bd1b5c9f6bca87872d.tar.gz
tor-330116f0343e3b7b6632d3bd1b5c9f6bca87872d.zip
Fix up some check-spaces issues
Diffstat (limited to 'src/common')
-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 3644bd9996..5797374c4b 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -2062,7 +2062,6 @@ correct_tm(int islocal, const time_t *timep, struct tm *resultbuf,
return r;
}
-
/** @{ */
/** As localtime_r, but defined for platforms that don't have it:
*