diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-24 13:32:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-24 13:32:39 -0400 |
commit | 991545acf19039b2d8ca895bdcf53bb5f2770c31 (patch) | |
tree | 614e3a366cd23d0d373bcca868e1ff80053f0b28 /src/common/torgzip.c | |
parent | 7c1143e11f531c3ff1126bdffdd69efd9121fa09 (diff) | |
download | tor-991545acf19039b2d8ca895bdcf53bb5f2770c31.tar.gz tor-991545acf19039b2d8ca895bdcf53bb5f2770c31.zip |
Whitespace fixes
Diffstat (limited to 'src/common/torgzip.c')
-rw-r--r-- | src/common/torgzip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/torgzip.c b/src/common/torgzip.c index 26ce2183ed..b4688bf9d8 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -586,3 +586,4 @@ tor_zlib_get_total_allocation(void) { return total_zlib_allocation; } + |