]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DataType.cpp
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / DataType.cpp
index 0798fcf2635954bca92ad6e17304d4edd83eec21..a340ef9c9e247c660359a9e78c28001bf3021668 100644 (file)
@@ -1,34 +1,34 @@
-#include "DataType.h"\r
-\r
-namespace Databoard {\r
-       namespace Type {\r
-\r
-               DataType::DataType()\r
-               {\r
-                       notBuiltIn = false;\r
-               }\r
-\r
-               DataType::~DataType()\r
-               {\r
-               }\r
-\r
-               std::string DataType::writeOut(int indent)\r
-               {\r
-                       std::string s;\r
-\r
-                       s.append(2 * indent, ' ');\r
-\r
-                       return s;\r
-               }\r
-\r
-               void DataType::setNotBuiltIn()\r
-               {\r
-                       notBuiltIn = true;\r
-               }\r
-\r
-               bool DataType::getNotBuiltIn()\r
-               {\r
-                       return notBuiltIn;\r
-               }\r
-       }\r
-}\r
+#include "DataType.h"
+
+namespace Databoard {
+       namespace Type {
+
+               DataType::DataType()
+               {
+                       notBuiltIn = false;
+               }
+
+               DataType::~DataType()
+               {
+               }
+
+               std::string DataType::writeOut(int indent)
+               {
+                       std::string s;
+
+                       s.append(2 * indent, ' ');
+
+                       return s;
+               }
+
+               void DataType::setNotBuiltIn()
+               {
+                       notBuiltIn = true;
+               }
+
+               bool DataType::getNotBuiltIn()
+               {
+                       return notBuiltIn;
+               }
+       }
+}