Procházet zdrojové kódy

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

Nick Mathewson před 6 roky
rodič
revize
82a7343b06
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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