directives.pl: trivial formatting fix

Fix whitespace alignment.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
H. Peter Anvin 2010-04-07 16:56:24 -07:00
parent a36a4f2f1d
commit 28711d949a

View file

@ -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";