Sanity.
authorjbj <devnull@localhost>
Sun, 28 Mar 2004 13:49:19 +0000 (13:49 +0000)
committerjbj <devnull@localhost>
Sun, 28 Mar 2004 13:49:19 +0000 (13:49 +0000)
CVS patchset: 7200
CVS date: 2004/03/28 13:49:19

rpmio/macro.c

index fd881c4..13bb0bf 100644 (file)
@@ -1010,7 +1010,7 @@ grabArgs(MacroBuf mb, const MacroEntry me, /*@returned@*/ const char * se,
        for (c = optind; c < argc; c++) {
            sprintf(aname, "%d", (c - optind + 1));
            addMacro(mb->mc, aname, NULL, argv[c], mb->depth);
-           if(be != b) *be++ = ' '; /* Add space between args */
+           if (be != b) *be++ = ' '; /* Add space between args */
 /*@-nullpass@*/ /* FIX: argv[] can be NULL */
            be = stpcpy(be, argv[c]);
 /*@=nullpass@*/