From 5cf24ff3af046391dcaf1df636e3bd5d7d17573d Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Thu, 20 Aug 2015 20:28:47 +0200 Subject: Fix a bunch of check-spaces complaints --- src/common/compat.c | 1 + src/common/container.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/compat.c b/src/common/compat.c index 76f9bcb97e..7d72b4b7fd 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -3424,3 +3424,4 @@ tor_get_avail_disk_space(const char *path) return -1; #endif } + diff --git a/src/common/container.h b/src/common/container.h index 5abd8b48d9..bf4f04762c 100644 --- a/src/common/container.h +++ b/src/common/container.h @@ -110,7 +110,8 @@ void smartlist_sort_digests256(smartlist_t *sl); void smartlist_sort_pointers(smartlist_t *sl); const char *smartlist_get_most_frequent_string(smartlist_t *sl); -const char *smartlist_get_most_frequent_string_(smartlist_t *sl, int *count_out); +const char *smartlist_get_most_frequent_string_(smartlist_t *sl, + int *count_out); const uint8_t *smartlist_get_most_frequent_digest256(smartlist_t *sl); void smartlist_uniq_strings(smartlist_t *sl); -- cgit v1.2.3-54-g00ecf