mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-18 18:50:23 +08:00
directives.pl: trivial formatting fix
Fix whitespace alignment. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
a36a4f2f1d
commit
28711d949a
@ -172,7 +172,7 @@ if ($output eq 'h') {
|
||||
printf C " if (ix >= %d)\n", scalar(@directives);
|
||||
print C " return D_unknown;\n";
|
||||
print C "\n";
|
||||
printf C " ix += %d;\n", scalar(@specials);
|
||||
printf C " ix += %d;\n", scalar(@specials);
|
||||
print C " if (nasm_stricmp(token, directives[ix]))\n";
|
||||
print C " return D_unknown;\n";
|
||||
print C "\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user