summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2014-04-30 20:39:08 +0000
committerpfg <pfg@FreeBSD.org>2014-04-30 20:39:08 +0000
commit2372623c9c03f071c3c235fceb736421d940c993 (patch)
tree33c4fc724ead781b44a9d065302cf36bcd8395a1 /usr.bin/printf
parente6ff96679cf00be340be4fc5e7ccde495f96938d (diff)
downloadFreeBSD-src-2372623c9c03f071c3c235fceb736421d940c993.zip
FreeBSD-src-2372623c9c03f071c3c235fceb736421d940c993.tar.gz
MFC r264581, r264744:
Various style(9) fixes and typos in printf, grep, sort and patch. #define should be followed by a tab.
Diffstat (limited to 'usr.bin/printf')
-rw-r--r--usr.bin/printf/printf.c4
1 files changed, 2 insertions, 2 deletions
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 <wchar.h>
#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) \
OpenPOWER on IntegriCloud