]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - string.c
string: Fix trivial whitespace issue.
[paraslash.git] / string.c
index 813999bbf1ced122ea8aa1347929ee03ce045c77..bbb7c7dd2e2ef671d2b89d5a5cebd89e535066d5 100644 (file)
--- 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};