Whitespace fixes.

This commit is contained in:
Nick Mathewson
2017-04-25 10:54:34 -04:00
parent 49868340f7
commit 7a37cbbea3
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -397,3 +397,4 @@ atomic_counter_get(atomic_counter_t *counter)
tor_mutex_release(&counter->mutex);
return val;
}
+1
View File
@@ -495,3 +495,4 @@ tor_compress_init(void)
tor_lzma_init();
tor_zstd_init();
}
+1
View File
@@ -321,3 +321,4 @@ tor_lzma_init(void)
{
atomic_counter_init(&total_lzma_allocation);
}
+1
View File
@@ -301,3 +301,4 @@ tor_zlib_init(void)
{
atomic_counter_init(&total_zlib_allocation);
}
+1
View File
@@ -332,3 +332,4 @@ tor_zstd_init(void)
{
atomic_counter_init(&total_zstd_allocation);
}