X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FBooleanType.cpp;h=1626993d276fa11025e5f0d5b41666a644031e61;hb=refs%2Fchanges%2F38%2F238%2F2;hp=e8011bbd74f8d25bf3ff2d3f4d60fd55ef834016;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.cpp b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.cpp index e8011bbd7..1626993d2 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.cpp +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.cpp @@ -1,24 +1,24 @@ -#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; - } - } -} +#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; + } + } +}