From 5034a77849c3a0ed91b67d1de65f063c9056cbc7 Mon Sep 17 00:00:00 2001 From: oga Date: Thu, 15 May 2008 22:18:00 +0000 Subject: KNF, no binary change. From Pierre Riteau. Thanks! --- util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util.c') 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]) { -- cgit 1.4.1