From 6a2c99a2df8d170eda74cccacbb5a5225d617d21 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util.c') diff --git a/util.c b/util.c index c4ceff7..4c55924 100644 --- a/util.c +++ b/util.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: util.c,v 1.8 2008/04/15 21:20:56 oga Exp $ + * $Id: util.c,v 1.9 2008/05/15 22:18:00 oga Exp $ */ #include "headers.h" @@ -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 v1.2.3-2-gb3c3