From 39deefcac116a8979a439024f3e5a1c41e4b9c13 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 11 Sep 2010 12:36:44 +0200 Subject: [PATCH] Remove two pointless whitespaces --- gdhcp/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdhcp/client.c b/gdhcp/client.c index 1919af7..b9a0e7f 100644 --- a/gdhcp/client.c +++ b/gdhcp/client.c @@ -919,12 +919,12 @@ static GList *get_option_value_list(char *value) while ((pos = strchr(pos, ' ')) != NULL) { *pos = '\0'; - list = g_list_append(list, g_strdup(value)); + list = g_list_append(list, g_strdup(value)); value = ++pos; } - list = g_list_append(list, g_strdup(value)); + list = g_list_append(list, g_strdup(value)); return list; } -- 2.7.4