]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/EBinaryRightSide.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / expressions / EBinaryRightSide.java
old mode 100755 (executable)
new mode 100644 (file)
index 9943744..0e3ba48
@@ -1,17 +1,17 @@
-package org.simantics.scl.compiler.elaboration.expressions;\r
-\r
-\r
-public class EBinaryRightSide {\r
-    public EVar operator;\r
-    public Expression right;\r
-    \r
-    public EBinaryRightSide(EVar operator, Expression right) {\r
-        this.operator = operator;\r
-        this.right = right;\r
-    }\r
-\r
-    public void setLocationDeep(long loc) {\r
-        operator.setLocationDeep(loc);\r
-        right.setLocationDeep(loc);\r
-    }\r
-}\r
+package org.simantics.scl.compiler.elaboration.expressions;
+
+
+public class EBinaryRightSide {
+    public EVar operator;
+    public Expression right;
+    
+    public EBinaryRightSide(EVar operator, Expression right) {
+        this.operator = operator;
+        this.right = right;
+    }
+
+    public void setLocationDeep(long loc) {
+        operator.setLocationDeep(loc);
+        right.setLocationDeep(loc);
+    }
+}