]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/codegen/ssa/binders/ClosureBinder.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / internal / codegen / ssa / binders / ClosureBinder.java
index 429f738ddda708f3f02e3fbcb1a0a8a70c980556..6778bfdf4ce2ca1bf42e632793ce39e7c64bb87b 100644 (file)
@@ -1,10 +1,10 @@
-package org.simantics.scl.compiler.internal.codegen.ssa.binders;\r
-\r
-import org.simantics.scl.compiler.internal.codegen.ssa.SSAClosure;\r
-import org.simantics.scl.compiler.internal.codegen.ssa.SSAFunction;\r
-\r
-public interface ClosureBinder {\r
-    SSAClosure getFirstClosure();\r
-    void setFirstClosure(SSAClosure function);\r
-    SSAFunction getParentFunction();\r
-}\r
+package org.simantics.scl.compiler.internal.codegen.ssa.binders;
+
+import org.simantics.scl.compiler.internal.codegen.ssa.SSAClosure;
+import org.simantics.scl.compiler.internal.codegen.ssa.SSAFunction;
+
+public interface ClosureBinder {
+    SSAClosure getFirstClosure();
+    void setFirstClosure(SSAClosure function);
+    SSAFunction getParentFunction();
+}