From 99924f66067ebd00d4fffd1d318de2680619d91b Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 15 Jul 2013 19:46:19 +0200 Subject: slist.c: fix indentation --- lib/slist.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/slist.c') diff --git a/lib/slist.c b/lib/slist.c index 8e52c7061..123ea05c3 100644 --- a/lib/slist.c +++ b/lib/slist.c @@ -73,10 +73,10 @@ struct curl_slist *Curl_slist_append_nodup(struct curl_slist *list, char *data) if(!list) return new_item; - last = slist_get_last(list); - last->next = new_item; - return list; - } + last = slist_get_last(list); + last->next = new_item; + return list; +} /* * curl_slist_append() appends a string to the linked list. It always returns -- cgit v1.2.3