aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-04-25 10:54:34 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-25 10:54:34 -0400
commit7a37cbbea33896da54ea4785d8b08c3e5752dcd2 (patch)
treeb2c52bd20173bbed69f322ebac84838a5c521779 /src/common
parent49868340f7346a7c30603b21d580a3bb54701b0a (diff)
downloadtor-7a37cbbea33896da54ea4785d8b08c3e5752dcd2.tar.gz
tor-7a37cbbea33896da54ea4785d8b08c3e5752dcd2.zip
Whitespace fixes.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/compat_threads.c1
-rw-r--r--src/common/compress.c1
-rw-r--r--src/common/compress_lzma.c1
-rw-r--r--src/common/compress_zlib.c1
-rw-r--r--src/common/compress_zstd.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/src/common/compat_threads.c b/src/common/compat_threads.c
index 8d026dd5a7..d3f64f2bad 100644
--- a/src/common/compat_threads.c
+++ b/src/common/compat_threads.c
@@ -397,3 +397,4 @@ atomic_counter_get(atomic_counter_t *counter)
tor_mutex_release(&counter->mutex);
return val;
}
+
diff --git a/src/common/compress.c b/src/common/compress.c
index fd2cb06404..5a3359aa05 100644
--- a/src/common/compress.c
+++ b/src/common/compress.c
@@ -495,3 +495,4 @@ tor_compress_init(void)
tor_lzma_init();
tor_zstd_init();
}
+
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);
}
+
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);
}
+
diff --git a/src/common/compress_zstd.c b/src/common/compress_zstd.c
index 8b8aea1d01..deaefc1779 100644
--- a/src/common/compress_zstd.c
+++ b/src/common/compress_zstd.c
@@ -332,3 +332,4 @@ tor_zstd_init(void)
{
atomic_counter_init(&total_zstd_allocation);
}
+