Minor style(9) cleanups
#define should be followed by a tab. MFC after: 3 days
This commit is contained in:
parent
be848c7a13
commit
f77d666207
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user