]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.graph/src/org/simantics/spreadsheet/graph/formula/PiFormulaFunction.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.graph / src / org / simantics / spreadsheet / graph / formula / PiFormulaFunction.java
index bc86fb73821f89109d2622e6f9e614a9a46c970f..8f62ac4cc8a264f38185b2fef558d5d29e84ec88 100644 (file)
@@ -1,15 +1,15 @@
-package org.simantics.spreadsheet.graph.formula;\r
-\r
-import org.simantics.spreadsheet.graph.CellFormulaFunction;\r
-import org.simantics.spreadsheet.graph.CellValueVisitor;\r
-import org.simantics.spreadsheet.graph.parser.ast.AstArgList;\r
-\r
-public class PiFormulaFunction implements CellFormulaFunction<Double> {\r
-\r
-    @Override\r
-    public Double evaluate(CellValueVisitor visitor, AstArgList args) {\r
-        if (args != null)\r
-            throw new IllegalStateException();\r
-        return Math.PI;\r
-    }\r
-}\r
+package org.simantics.spreadsheet.graph.formula;
+
+import org.simantics.spreadsheet.graph.CellFormulaFunction;
+import org.simantics.spreadsheet.graph.CellValueVisitor;
+import org.simantics.spreadsheet.graph.parser.ast.AstArgList;
+
+public class PiFormulaFunction implements CellFormulaFunction<Double> {
+
+    @Override
+    public Double evaluate(CellValueVisitor visitor, AstArgList args) {
+        if (args != null)
+            throw new IllegalStateException();
+        return Math.PI;
+    }
+}