Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove spaces that somehow sneaked in.
timotimo++ for reporting.
  • Loading branch information
jnthn committed Mar 9, 2013
1 parent c7ef5f0 commit 250f868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/QAST/JASTCompiler.nqp
Expand Up @@ -4224,7 +4224,7 @@ class QAST::CompilerJAST {
$il.append(JAST::Instruction.new( :op('lload'), %*REG<rep> ));
$il.append(JAST::PushIVal.new( :value(+$node.min) ));
$il.append(JAST::Instruction.new( :op('lcmp') ));
$il.append(JAST::Instruction.new( :op('l2i ') ));
$il.append(JAST::Instruction.new( :op('l2i') ));
$il.append(JAST::Instruction.new( :op('iflt'), %*REG<fail> ));
}
}
Expand Down

0 comments on commit 250f868

Please sign in to comment.