1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

indention and whitespaces

This commit is contained in:
Steffen Vogel 2018-12-02 02:48:23 +01:00
parent c990e8697d
commit b2a218c5dc
2 changed files with 3 additions and 4 deletions

View file

@ -117,7 +117,6 @@ private:
std::unique_ptr<MemoryBlock, MemoryBlock::deallocator_fn> memoryBlock;
};
/**
* @brief Base memory allocator
*

View file

@ -47,6 +47,6 @@ target_link_libraries(unit-tests-common PUBLIC
)
add_custom_target(run-unit-tests-common
COMMAND $<TARGET_FILE:unit-tests-common> ${CRITERION_OPTS}
USES_TERMINAL
)
COMMAND $<TARGET_FILE:unit-tests-common> ${CRITERION_OPTS}
USES_TERMINAL
)