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>
|
#include <wchar.h>
|
||||||
|
|
||||||
#ifdef SHELL
|
#ifdef SHELL
|
||||||
#define main printfcmd
|
#define main printfcmd
|
||||||
#include "bltin/bltin.h"
|
#include "bltin/bltin.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PF(f, func) do { \
|
#define PF(f, func) do { \
|
||||||
char *b = NULL; \
|
char *b = NULL; \
|
||||||
if (havewidth) \
|
if (havewidth) \
|
||||||
if (haveprec) \
|
if (haveprec) \
|
||||||
|
Loading…
Reference in New Issue
Block a user