Skip to content

Commit da602a3

Browse files
committed
add newlines to make copyright check work
1 parent 0f87e2b commit da602a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/frame/DeleteNameNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ protected void readFromLocals(VirtualFrame frame,
114114
protected void readFromLocals(VirtualFrame frame) {
115115
getDeleteGlobalNode().executeVoid(frame);
116116
}
117-
}
117+
}

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/frame/ReadNameNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ public StatementNode makeWriteNode(ExpressionNode rhs) {
126126
public String getAttributeId() {
127127
return attributeId;
128128
}
129-
}
129+
}

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/frame/WriteNameNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ public Object getAttributeId() {
128128
return attributeId;
129129
}
130130

131-
}
131+
}

0 commit comments

Comments
 (0)