diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2015-08-20 20:28:47 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-21 10:36:53 -0400 |
commit | 5cf24ff3af046391dcaf1df636e3bd5d7d17573d (patch) | |
tree | a54bcf47ef71710a223ec795d1b1e6002433affc /src/common/compat.c | |
parent | 38601f06b756161b7bfa1414e7a1968450609198 (diff) | |
download | tor-5cf24ff3af046391dcaf1df636e3bd5d7d17573d.tar.gz tor-5cf24ff3af046391dcaf1df636e3bd5d7d17573d.zip |
Fix a bunch of check-spaces complaints
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 76f9bcb97e..7d72b4b7fd 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -3424,3 +3424,4 @@ tor_get_avail_disk_space(const char *path) return -1; #endif } + |