]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / BooleanType.h
index 83de78685db1ce394f6f92154dff28c4c4447f38..768b049afd78d2e626ac1c933230b4d41c0087df 100644 (file)
@@ -1,21 +1,21 @@
-#pragma once\r
-\r
-#include "DataType.h"\r
-\r
-namespace Databoard {\r
-       namespace Type {\r
-\r
-               class DATABOARD_API BooleanType : public DataType {\r
-               public:\r
-                       BooleanType();\r
-\r
-                       virtual ~BooleanType();\r
-\r
-                       virtual std::string writeOut(int indent = 0);\r
-\r
-\r
-               protected:\r
-\r
-               };\r
-       }\r
-}\r
+#pragma once
+
+#include "DataType.h"
+
+namespace Databoard {
+       namespace Type {
+
+               class DATABOARD_API BooleanType : public DataType {
+               public:
+                       BooleanType();
+
+                       virtual ~BooleanType();
+
+                       virtual std::string writeOut(int indent = 0);
+
+
+               protected:
+
+               };
+       }
+}