summary refs log tree commit diff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.c b/util.c
index 7e941c6..f7ef353 100644
--- a/util.c
+++ b/util.c
@@ -49,9 +49,9 @@ u_exec(char *argstr)
 	char *tmp;
 
 	while (ap < end && (*ap = strsep(&argstr, " \t")) != NULL) {
-		if(**ap == '\0')
+		if (**ap == '\0')
 			continue;
- 		ap++;
+		ap++;
 		if (argstr != NULL) {
 			/* deal with quoted strings */
 			switch(argstr[0]) {