Skip to content

Commit 476c3a3

Browse files
committed
Eclipse formatting
1 parent 4ef6faf commit 476c3a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/PythonParserImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public final class PythonParserImpl implements PythonParser {
5353
private final int timeStatistics;
5454
private long timeInParser = 0;
5555
private long numberOfFiles = 0;
56-
56+
5757
public PythonParserImpl(Env env) {
5858
this.useExperimentalParser = env.getOptions().get(PythonOptions.UseExperimentalParser);
5959
this.logFiles = env.getOptions().get(PythonOptions.ParserLogFiles);
@@ -77,7 +77,7 @@ private static Python3NewParser getPython3NewParser(Source source, ParserErrorCa
7777
parser.setErrorHandler(new PythonErrorStrategy());
7878
return parser;
7979
}
80-
80+
8181
private ScopeInfo lastGlobalScope;
8282

8383
public ScopeInfo getLastGlobaScope() {

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/ScopeInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public FrameDescriptor getFrameDescriptor() {
134134
public void setFrameDescriptor(FrameDescriptor frameDescriptor) {
135135
this.frameDescriptor = frameDescriptor;
136136
}
137-
137+
138138
public ScopeInfo getParent() {
139139
return parent;
140140
}

0 commit comments

Comments
 (0)