]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fixup! Extract core part of smartlist code into its own library.
authorNick Mathewson <nickm@torproject.org>
Tue, 26 Jun 2018 16:21:35 +0000 (12:21 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 26 Jun 2018 16:21:35 +0000 (12:21 -0400)
src/lib/smartlist_core/smartlist_core.c

index aefdd77099b3809a51ce8af050d9fc87d80716f3..b9c5f728ce12e78c5b64e903180f67887315d526 100644 (file)
@@ -169,7 +169,6 @@ smartlist_pop_last(smartlist_t *sl)
     return NULL;
 }
 
-
 /** Return true iff some element E of sl has E==element.
  */
 int