diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-06-25 23:18:06 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-06-25 23:18:06 -0700 |
commit | 98df21629a84439e96d7d0ab0fb7bbcebc099a3a (patch) | |
tree | 86a6b84c34db112b64fcdd387c57d87d44d478b2 /insns.pl | |
parent | 51c7de27e852f8389ee32731cb17645afebecb41 (diff) | |
download | nasm-98df21629a84439e96d7d0ab0fb7bbcebc099a3a.tar.gz nasm-98df21629a84439e96d7d0ab0fb7bbcebc099a3a.tar.bz2 nasm-98df21629a84439e96d7d0ab0fb7bbcebc099a3a.zip |
insns.pl: remove stray whitespace
Clean up whitespace in insns.pl.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'insns.pl')
-rwxr-xr-x | insns.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++) { |