diff --git a/include/villas/dumper.hpp b/include/villas/dumper.hpp index 54c33975c..b09814fbe 100644 --- a/include/villas/dumper.hpp +++ b/include/villas/dumper.hpp @@ -38,5 +38,5 @@ class Dumper { void closeSocket(); void writeData(uint len, double* yData, double* xData = nullptr); }; -} -} \ No newline at end of file +} /* namespace node */ +} /* namespace villas */ \ No newline at end of file