diff options
author | Andrea Shepard <andrea@torproject.org> | 2015-03-02 10:24:58 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2015-03-02 10:24:58 +0000 |
commit | d97f43dc8bbc50272f89d26c2bd1a22b1cc6e5d8 (patch) | |
tree | 706daf7ce4cec866e7822ec8bb532940750ce2db /src/common/container.h | |
parent | 4ce3a57fa7e8e82861020bba8b062d106cc3083e (diff) | |
download | tor-d97f43dc8bbc50272f89d26c2bd1a22b1cc6e5d8.tar.gz tor-d97f43dc8bbc50272f89d26c2bd1a22b1cc6e5d8.zip |
Fix formatting
Diffstat (limited to 'src/common/container.h')
-rw-r--r-- | src/common/container.h | 1 |
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>. |