Browse Source

fixup! Extract core part of smartlist code into its own library.

Nick Mathewson 6 years ago
parent
commit
82a7343b06
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/smartlist_core/smartlist_core.c

+ 0 - 1
src/lib/smartlist_core/smartlist_core.c

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