style: the opening '{' of a function is in a separate line
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
5d826e9729
commit
3b3357626e
@ -155,7 +155,8 @@ static int item_is_not_empty(struct string_list_item *item, void *unused)
|
||||
return *item->string != '\0';
|
||||
}
|
||||
|
||||
void string_list_remove_empty_items(struct string_list *list, int free_util) {
|
||||
void string_list_remove_empty_items(struct string_list *list, int free_util)
|
||||
{
|
||||
filter_string_list(list, free_util, item_is_not_empty, NULL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user