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_lzma.c | |
parent | 49868340f7346a7c30603b21d580a3bb54701b0a (diff) | |
download | tor-7a37cbbea33896da54ea4785d8b08c3e5752dcd2.tar.gz tor-7a37cbbea33896da54ea4785d8b08c3e5752dcd2.zip |
Whitespace fixes.
Diffstat (limited to 'src/common/compress_lzma.c')
-rw-r--r-- | src/common/compress_lzma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compress_lzma.c b/src/common/compress_lzma.c index 906a4067bd..953971b82d 100644 --- a/src/common/compress_lzma.c +++ b/src/common/compress_lzma.c @@ -321,3 +321,4 @@ tor_lzma_init(void) { atomic_counter_init(&total_lzma_allocation); } + |