From 28711d949aa1ca3afbb780d645a5beef4b5d9b9c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 7 Apr 2010 16:56:24 -0700 Subject: [PATCH] directives.pl: trivial formatting fix Fix whitespace alignment. Signed-off-by: H. Peter Anvin --- directives.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/directives.pl b/directives.pl index 45ed21c..7f37994 100755 --- a/directives.pl +++ b/directives.pl @@ -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"; -- 2.7.4