зеркало из https://github.com/microsoft/git.git
Fix whitespace issue in object.c
Change some expanded tabs (spaces) to tabs in object.c. Signed-off-by: Jared Hance <jaredhance@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
65b26eb466
Коммит
55b4e9e432
8
object.c
8
object.c
|
@ -211,10 +211,10 @@ struct object_list *object_list_insert(struct object *item,
|
|||
struct object_list **list_p)
|
||||
{
|
||||
struct object_list *new_list = xmalloc(sizeof(struct object_list));
|
||||
new_list->item = item;
|
||||
new_list->next = *list_p;
|
||||
*list_p = new_list;
|
||||
return new_list;
|
||||
new_list->item = item;
|
||||
new_list->next = *list_p;
|
||||
*list_p = new_list;
|
||||
return new_list;
|
||||
}
|
||||
|
||||
void object_list_append(struct object *item,
|
||||
|
|
Загрузка…
Ссылка в новой задаче