]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.cpp
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / BooleanType.cpp
index e8011bbd74f8d25bf3ff2d3f4d60fd55ef834016..1626993d276fa11025e5f0d5b41666a644031e61 100644 (file)
@@ -1,24 +1,24 @@
-#include "BooleanType.h"\r
-\r
-namespace Databoard {\r
-       namespace Type {\r
-\r
-               BooleanType::BooleanType()\r
-               {\r
-               }\r
-\r
-               BooleanType::~BooleanType()\r
-               {\r
-               }\r
-\r
-\r
-               std::string BooleanType::writeOut(int /*indent*/)\r
-               {\r
-                       std::string s;\r
-\r
-                       s.append("Boolean");\r
-\r
-                       return s;\r
-               }\r
-       }\r
-}\r
+#include "BooleanType.h"
+
+namespace Databoard {
+       namespace Type {
+
+               BooleanType::BooleanType()
+               {
+               }
+
+               BooleanType::~BooleanType()
+               {
+               }
+
+
+               std::string BooleanType::writeOut(int /*indent*/)
+               {
+                       std::string s;
+
+                       s.append("Boolean");
+
+                       return s;
+               }
+       }
+}