From 60f3340a9f321271f5ea96df2ccfc248f67bfd2f Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 7 Sep 2013 15:56:07 -0400 Subject: [PATCH] Fix trailing whitespace --- src/opcode2c.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/opcode2c.pl b/src/opcode2c.pl index 3e3bdc7..95b9455 100755 --- a/src/opcode2c.pl +++ b/src/opcode2c.pl @@ -116,7 +116,7 @@ while($ligne=) { $instargs[($instnumb << 2) + $i + 1]=$argstypes{$argslist[$i]}; } } - + if (not exists $insttext{$wordlist[2]}) { $insttext[$nbinst]=$wordlist[2]; $insttext{$wordlist[2]}=$nbinst++; @@ -251,7 +251,7 @@ for ($i=0 ; $i< 256; $i++) { if ($op_destination == 5) { # @R1 print INST_IMP "unsigned char destination = cpu8051_ReadI ( cpu8051_ReadD( BANKPSW + _R1_ ) );\n"; } - + if ($op_destination == 6) { # R0 print INST_IMP "unsigned char destination = cpu8051_ReadD( BANKPSW + _R0_ );\n"; } -- 2.20.1