Browse Source

Drop extra blank lines from arraylist.h

tags/json-c-0.15-20200726
Eric Haszlakiewicz 5 years ago
parent
commit
7d3c2d9fad
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      arraylist.h

+ 0
- 2
arraylist.h View 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); 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, * Shrink the array list to just enough to fit the number of elements in it,
* plus empty_slots. * plus empty_slots.
*/ */
extern int array_list_shrink(struct array_list *arr, size_t empty_slots); extern int array_list_shrink(struct array_list *arr, size_t empty_slots);



#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif


Loading…
Cancel
Save