]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/block/StatementVisitor.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / expressions / block / StatementVisitor.java
index b2abe35ed6a1a9523cd96cc2245e757bc49f9568..5b0d2c0f30c4224ebbfdd66de5a4a7973f1a78b7 100644 (file)
@@ -1,8 +1,8 @@
-package org.simantics.scl.compiler.elaboration.expressions.block;\r
-\r
-public interface StatementVisitor {\r
-    void visit(BindStatement statement);\r
-    void visit(GuardStatement statement);\r
-    void visit(LetStatement statement);\r
-    void visit(RuleStatement statement);\r
-}\r
+package org.simantics.scl.compiler.elaboration.expressions.block;
+
+public interface StatementVisitor {
+    void visit(BindStatement statement);
+    void visit(GuardStatement statement);
+    void visit(LetStatement statement);
+    void visit(RuleStatement statement);
+}