mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-13 17:57:12 +08:00
preproc.c: adjust whitespace
Be consistent about whitespace.
This commit is contained in:
parent
da10e7b85e
commit
95e28828ab
@ -1478,6 +1478,7 @@ static int if_condition(Token * tline, enum preproc_token ct)
|
|||||||
}
|
}
|
||||||
j = reloc_value(evalresult) != 0;
|
j = reloc_value(evalresult) != 0;
|
||||||
return j;
|
return j;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
error(ERR_FATAL,
|
error(ERR_FATAL,
|
||||||
"preprocessor directive `%s' not yet implemented",
|
"preprocessor directive `%s' not yet implemented",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user