summaryrefslogtreecommitdiff
path: root/parser.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-10-28 22:04:42 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-10-28 22:04:42 -0700
commitcb583b9435e581b8f5c312762247247a653145f3 (patch)
tree57a66213a31a711bbd746e97b35216efbf2d9306 /parser.c
parent577f247be4650f6c40e50b3376d1a7078364ec55 (diff)
downloadnasm-cb583b9435e581b8f5c312762247247a653145f3.tar.gz
Clean up stealth whitespace
Remove stealth whitespace
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index fad755e8..3bca1ce9 100644
--- a/parser.c
+++ b/parser.c
@@ -273,7 +273,7 @@ insn *parse_line(int pass, char *buffer, insn * result,
for (j = 0; j < MAXPREFIX; j++)
if ((pfx = result->prefixes[j]) != P_none)
break;
-
+
if (i == 0 && pfx != P_none) {
/*
* Instruction prefixes are present, but no actual