]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
White space clean up
authorRay Strode <rstrode@redhat.com>
Thu, 21 Aug 2008 17:32:24 +0000 (13:32 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 21 Aug 2008 17:32:24 +0000 (13:32 -0400)
src/client/plymouth.c

index dd2ba716f3c8da8cb3dad42055ea718749665c72..7d81182a68e09edf7a6487f59375bc264cb9a63e 100644 (file)
@@ -78,12 +78,12 @@ split_string (const char *command,
         {
           args[i++] = strndup (q, p - q);
 
-         while (*p == delimiter)
-           p++;
+          while (*p == delimiter)
+              p++;
+
+          q = p;
+        }
 
-         q = p;
-       }
-      
       assert (*q != delimiter);
       assert (i <= number_of_delimiters);
     }