From 94a8bedb95f6df273c1f6bab502b4bae0c3b75e5 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Fri, 2 Sep 2011 04:55:19 +0200
Subject: [PATCH] string: Fix trivial whitespace issue.

---
 string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/string.c b/string.c
index 813999bb..bbb7c7dd 100644
--- a/string.c
+++ b/string.c
@@ -615,7 +615,7 @@ int get_loglevel_by_name(const char *txt)
 	return -1;
 }
 
-static int get_next_word(const char *buf, const char *delim,  char **word)
+static int get_next_word(const char *buf, const char *delim, char **word)
 {
 	enum line_state_flags {LSF_HAVE_WORD = 1, LSF_BACKSLASH = 2,
 		LSF_SINGLE_QUOTE = 4, LSF_DOUBLE_QUOTE = 8};
-- 
2.39.5