Fix check-spaces

This commit is contained in:
Nick Mathewson
2015-03-10 10:10:35 -04:00
parent 99b59dee70
commit 985687bc4f
2 changed files with 4 additions and 3 deletions
-1
View File
@@ -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>.