From 98df21629a84439e96d7d0ab0fb7bbcebc099a3a Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 25 Jun 2009 23:18:06 -0700 Subject: [PATCH] insns.pl: remove stray whitespace Clean up whitespace in insns.pl. Signed-off-by: H. Peter Anvin --- insns.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insns.pl b/insns.pl index c756f99d..fe65c4b6 100755 --- a/insns.pl +++ b/insns.pl @@ -73,7 +73,7 @@ while () { 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++) {