]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/lhstype/FunctionDefinitionLhs.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / expressions / lhstype / FunctionDefinitionLhs.java
old mode 100755 (executable)
new mode 100644 (file)
index e57a189..ed89313
@@ -1,10 +1,10 @@
-package org.simantics.scl.compiler.elaboration.expressions.lhstype;\r
-\r
-public class FunctionDefinitionLhs implements LhsType {\r
-    public final String functionName;\r
-\r
-    public FunctionDefinitionLhs(String functionName) {    \r
-        this.functionName = functionName;\r
-    }\r
-    \r
-}\r
+package org.simantics.scl.compiler.elaboration.expressions.lhstype;
+
+public class FunctionDefinitionLhs implements LhsType {
+    public final String functionName;
+
+    public FunctionDefinitionLhs(String functionName) {    
+        this.functionName = functionName;
+    }
+    
+}