diff --git a/common/include/villas/memory.hpp b/common/include/villas/memory.hpp index 9a509d65e..c70c7ee60 100644 --- a/common/include/villas/memory.hpp +++ b/common/include/villas/memory.hpp @@ -117,7 +117,6 @@ private: std::unique_ptr memoryBlock; }; - /** * @brief Base memory allocator * diff --git a/common/tests/CMakeLists.txt b/common/tests/CMakeLists.txt index 9c5dd56b3..941258a7c 100644 --- a/common/tests/CMakeLists.txt +++ b/common/tests/CMakeLists.txt @@ -47,6 +47,6 @@ target_link_libraries(unit-tests-common PUBLIC ) add_custom_target(run-unit-tests-common - COMMAND $ ${CRITERION_OPTS} - USES_TERMINAL - ) + COMMAND $ ${CRITERION_OPTS} + USES_TERMINAL +)