summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-03-10 10:10:35 -0400
committerNick Mathewson <nickm@torproject.org>2015-03-10 10:10:35 -0400
commit985687bc4f99b90ed88ccdbefc820260c299ff23 (patch)
tree506cbd343c32f7d94443e5dc25b53bd12b8f8cdc /src/common
parent99b59dee7046b04854ac263a1cf810dceb80df12 (diff)
downloadtor-985687bc4f99b90ed88ccdbefc820260c299ff23.tar.gz
tor-985687bc4f99b90ed88ccdbefc820260c299ff23.zip
Fix check-spaces
Diffstat (limited to 'src/common')
-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>.