preproc.c: adjust whitespace

Be consistent about whitespace.
This commit is contained in:
H. Peter Anvin 2007-09-12 04:20:08 +00:00
parent da10e7b85e
commit 95e28828ab

View File

@ -1478,6 +1478,7 @@ static int if_condition(Token * tline, enum preproc_token ct)
}
j = reloc_value(evalresult) != 0;
return j;
default:
error(ERR_FATAL,
"preprocessor directive `%s' not yet implemented",