diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-25 10:54:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-25 10:54:34 -0400 |
commit | 7a37cbbea33896da54ea4785d8b08c3e5752dcd2 (patch) | |
tree | b2c52bd20173bbed69f322ebac84838a5c521779 /src/common/compress_zlib.c | |
parent | 49868340f7346a7c30603b21d580a3bb54701b0a (diff) | |
download | tor-7a37cbbea33896da54ea4785d8b08c3e5752dcd2.tar.gz tor-7a37cbbea33896da54ea4785d8b08c3e5752dcd2.zip |
Whitespace fixes.
Diffstat (limited to 'src/common/compress_zlib.c')
-rw-r--r-- | src/common/compress_zlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compress_zlib.c b/src/common/compress_zlib.c index 3fc574ce9a..284542e885 100644 --- a/src/common/compress_zlib.c +++ b/src/common/compress_zlib.c @@ -301,3 +301,4 @@ tor_zlib_init(void) { atomic_counter_init(&total_zlib_allocation); } + |