summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-06-25 23:18:06 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-06-25 23:18:06 -0700
commit98df21629a84439e96d7d0ab0fb7bbcebc099a3a (patch)
tree86a6b84c34db112b64fcdd387c57d87d44d478b2
parent51c7de27e852f8389ee32731cb17645afebecb41 (diff)
downloadnasm-98df21629a84439e96d7d0ab0fb7bbcebc099a3a.tar.gz
insns.pl: remove stray whitespace
Clean up whitespace in insns.pl. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rwxr-xr-xinsns.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/insns.pl b/insns.pl
index c756f99d..fe65c4b6 100755
--- a/insns.pl
+++ b/insns.pl
@@ -73,7 +73,7 @@ while (<F>) {
warn "line $line has an * operand but uses raw bytecodes\n";
next;
}
-
+
$opmask = 0;
@ops = split(/,/, $fields[1]);
for ($oi = 0; $oi < scalar @ops; $oi++) {