From b2a218c5dc1ece66f7d209551b134ad8bc493bbb Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 2 Dec 2018 02:48:23 +0100 Subject: [PATCH] indention and whitespaces --- common/include/villas/memory.hpp | 1 - common/tests/CMakeLists.txt | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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 +)