diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-01-15 10:57:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-01-15 10:57:03 -0500 |
commit | f47d4af04cdf5db86a298c25203f1600c23cb58d (patch) | |
tree | 2f2d2e0f9543968814428704e04919fd914f46e9 /src/common/log.c | |
parent | 00b13cb09170e5144516698429c29975abe2de10 (diff) | |
download | tor-f47d4af04cdf5db86a298c25203f1600c23cb58d.tar.gz tor-f47d4af04cdf5db86a298c25203f1600c23cb58d.zip |
Whitespace cleanup
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.c b/src/common/log.c index e0bfcf883c..4a8a7b1165 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -1378,3 +1378,4 @@ truncate_logs(void) } } } + |