summaryrefslogtreecommitdiff
path: root/src/common/container.h
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2015-03-02 10:24:58 +0000
committerAndrea Shepard <andrea@torproject.org>2015-03-02 10:24:58 +0000
commitd97f43dc8bbc50272f89d26c2bd1a22b1cc6e5d8 (patch)
tree706daf7ce4cec866e7822ec8bb532940750ce2db /src/common/container.h
parent4ce3a57fa7e8e82861020bba8b062d106cc3083e (diff)
downloadtor-d97f43dc8bbc50272f89d26c2bd1a22b1cc6e5d8.tar.gz
tor-d97f43dc8bbc50272f89d26c2bd1a22b1cc6e5d8.zip
Fix formatting
Diffstat (limited to 'src/common/container.h')
-rw-r--r--src/common/container.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/container.h b/src/common/container.h
index d07697f019..457b5e4ea0 100644
--- a/src/common/container.h
+++ b/src/common/container.h
@@ -256,7 +256,6 @@ char *smartlist_join_strings2(smartlist_t *sl, const char *join,
--var ## _sl_len; \
STMT_END
-
/** Helper: While in a SMARTLIST_FOREACH loop over the list <b>sl</b> indexed
* with the variable <b>var</b>, replace the current element with <b>val</b>.
* Does not deallocate the current value of <b>var</b>.