Change some expanded tabs (spaces) to tabs in object.c. Signed-off-by: Jared Hance <jaredhance@xxxxxxxxx> --- object.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/object.c b/object.c index 277b3dd..2eda53c 100644 --- a/object.c +++ b/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; } int object_list_contains(struct object_list *list, struct object *obj) -- 1.7.2.2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html