mirror of
https://github.com/json-c/json-c.git
synced 2026-03-24 15:39:07 +08:00
Drop extra blank lines from arraylist.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user