]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/modules/InlineProperty.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / modules / InlineProperty.java
old mode 100755 (executable)
new mode 100644 (file)
index 2625fd9..4f435c3
@@ -1,11 +1,11 @@
-package org.simantics.scl.compiler.elaboration.modules;\r
-\r
-public class InlineProperty implements SCLValueProperty {\r
-    public final int arity;\r
-    public final int phaseMask;\r
-\r
-    public InlineProperty(int arity, int phaseMask) {\r
-        this.arity = arity;\r
-        this.phaseMask = phaseMask;\r
-    }\r
-}\r
+package org.simantics.scl.compiler.elaboration.modules;
+
+public class InlineProperty implements SCLValueProperty {
+    public final int arity;
+    public final int phaseMask;
+
+    public InlineProperty(int arity, int phaseMask) {
+        this.arity = arity;
+        this.phaseMask = phaseMask;
+    }
+}