From 662b8b71370a3fe7eba8880f8f4534db773e64a3 Mon Sep 17 00:00:00 2001 From: pfg Date: Thu, 17 Apr 2014 01:43:15 +0000 Subject: Minor style(9) cleanups #define should be followed by a tab. MFC after: 3 days --- usr.bin/printf/printf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/printf') diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 2368f184..8569f5f 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -61,13 +61,13 @@ static const char rcsid[] = #include #ifdef SHELL -#define main printfcmd +#define main printfcmd #include "bltin/bltin.h" #include "error.h" #include "options.h" #endif -#define PF(f, func) do { \ +#define PF(f, func) do { \ char *b = NULL; \ if (havewidth) \ if (haveprec) \ -- cgit v1.1