Minor style(9) cleanups

#define should be followed by a tab.

MFC after:	3 days
This commit is contained in:
Pedro F. Giffuni 2014-04-17 01:43:15 +00:00
parent be848c7a13
commit f77d666207
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264581

View File

@ -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) \