Style: line up with tabulators.
This commit is contained in:
parent
141d5e9f62
commit
a9fe0a1150
@ -121,9 +121,9 @@ static Token CondF(Boolean);
|
||||
static Token CondE(Boolean);
|
||||
|
||||
static struct If {
|
||||
char *form; /* Form of if */
|
||||
int formlen; /* Length of form */
|
||||
Boolean doNot; /* TRUE if default function should be negated */
|
||||
char *form; /* Form of if */
|
||||
int formlen; /* Length of form */
|
||||
Boolean doNot; /* TRUE if default function should be negated */
|
||||
CondProc *defProc; /* Default function to apply */
|
||||
} ifs[] = {
|
||||
{ "ifdef", 5, FALSE, CondDoDefined },
|
||||
@ -757,9 +757,9 @@ CondToken(Boolean doEval)
|
||||
}
|
||||
default: {
|
||||
CondProc *evalProc;
|
||||
Boolean invert = FALSE;
|
||||
char *arg;
|
||||
int arglen;
|
||||
Boolean invert = FALSE;
|
||||
char *arg;
|
||||
int arglen;
|
||||
|
||||
if (strncmp(condExpr, "defined", 7) == 0) {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user