From 7517f3fab77d4fd96a3d2eff33b16a1bb0b956d8 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 5 May 2015 09:24:29 +0000 Subject: [PATCH] cosmetic fixes Obtained from: NetBSD --- usr.bin/checknr/checknr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c index 2945bd9a1fe4..afc70cc5cd43 100644 --- a/usr.bin/checknr/checknr.c +++ b/usr.bin/checknr/checknr.c @@ -395,7 +395,7 @@ prop(int i) { if (stk[i].pl == 0) printf(".%s", br[stk[i].opno].opbr); - else switch (stk[i].opno) { + else switch(stk[i].opno) { case SZ: printf("\\s%c%d", stk[i].pl, stk[i].parm); break; @@ -567,7 +567,7 @@ addmac(const char *mac) } /* binsrch sets slot as a side effect */ #ifdef DEBUG -printf("binsrch(%s) -> %d\n", mac, slot); + printf("binsrch(%s) -> %d\n", mac, slot); #endif loc = &knowncmds[slot]; src = &knowncmds[ncmds-1];