Skip to content

Commit 485558b

Browse files
committed
Style.
1 parent 01242b2 commit 485558b

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/control

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/control/WhileNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ final class WhileRepeatingNode extends Node implements RepeatingNode {
4141

4242
@Child CastToBooleanNode condition;
4343
@Child PNode body;
44-
44+
4545
WhileRepeatingNode(CastToBooleanNode condition, PNode body) {
4646
this.condition = condition;
4747
this.body = body;

0 commit comments

Comments
 (0)