From: Eric Haszlakiewicz Date: Sun, 21 Jun 2020 18:30:40 +0000 (+0000) Subject: Drop extra blank lines from arraylist.h X-Git-Tag: json-c-0.15-20200726~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d3c2d9fad992293c1001e86789b866a5a168e4d;p=thirdparty%2Fjson-c.git Drop extra blank lines from arraylist.h --- diff --git a/arraylist.h b/arraylist.h index 2c0fe939..1b187560 100644 --- a/arraylist.h +++ b/arraylist.h @@ -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