]> granicus.if.org Git - json-c/commitdiff
Drop extra blank lines from arraylist.h
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 21 Jun 2020 18:30:40 +0000 (18:30 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 21 Jun 2020 18:30:40 +0000 (18:30 +0000)
arraylist.h

index 2c0fe9395b6946cbd13f72190da23bfaab48832f..1b187560d2dd83b36dad26e75152f7f91700fffd 100644 (file)
@@ -75,14 +75,12 @@ extern void *array_list_bsearch(const void **key, struct array_list *arr,
 
 extern int array_list_del_idx(struct array_list *arr, size_t idx, size_t count);
 
-
 /**
  * Shrink the array list to just enough to fit the number of elements in it,
  * plus empty_slots.
  */
 extern int array_list_shrink(struct array_list *arr, size_t empty_slots);
 
-
 #ifdef __cplusplus
 }
 #endif