]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/codegen/ssa/binders/BoundVarBinder.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 / BoundVarBinder.java
index 85c010e7866d368b10b50dee1eeb0e055f3559c7..9d3fd1368f60c709cecfdaa5f02e1a3eb318846a 100644 (file)
@@ -1,9 +1,9 @@
-package org.simantics.scl.compiler.internal.codegen.ssa.binders;\r
-\r
-import org.simantics.scl.compiler.internal.codegen.ssa.SSAFunction;\r
-\r
-public interface BoundVarBinder {\r
-\r
-    SSAFunction getParentFunction();\r
-    \r
-}\r
+package org.simantics.scl.compiler.internal.codegen.ssa.binders;
+
+import org.simantics.scl.compiler.internal.codegen.ssa.SSAFunction;
+
+public interface BoundVarBinder {
+
+    SSAFunction getParentFunction();
+    
+}