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:
parent
c990e8697d
commit
b2a218c5dc
2 changed files with 3 additions and 4 deletions
|
@ -117,7 +117,6 @@ private:
|
|||
std::unique_ptr<MemoryBlock, MemoryBlock::deallocator_fn> memoryBlock;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @brief Base memory allocator
|
||||
*
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue