summaryrefslogtreecommitdiff
path: root/src/common/container.h
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2015-08-20 20:28:47 +0200
committerNick Mathewson <nickm@torproject.org>2015-08-21 10:36:53 -0400
commit5cf24ff3af046391dcaf1df636e3bd5d7d17573d (patch)
treea54bcf47ef71710a223ec795d1b1e6002433affc /src/common/container.h
parent38601f06b756161b7bfa1414e7a1968450609198 (diff)
downloadtor-5cf24ff3af046391dcaf1df636e3bd5d7d17573d.tar.gz
tor-5cf24ff3af046391dcaf1df636e3bd5d7d17573d.zip
Fix a bunch of check-spaces complaints
Diffstat (limited to 'src/common/container.h')
-rw-r--r--src/common/container.h3
1 files changed, 2 insertions, 1 deletions
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);