Commit e6548466 authored by Stephan Lachnit's avatar Stephan Lachnit Committed by Simon Spannagel
Browse files

make clang-format happy



Signed-off-by: default avatarStephan Lachnit <stephanlachnit@debian.org>
(cherry picked from commit 7719110e)
parent 2cb54d27
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -281,7 +281,8 @@ namespace allpix {
 */
#define CONCAT_IMPL(x, y) x##y
#define CONCAT(x, y) CONCAT_IMPL(x, y)
#define GENERATE_LOG_VAR(Count) static std::atomic<int> CONCAT(local___FUNCTION__, __LINE__) {Count}
#define GENERATE_LOG_VAR(Count)                                                                                             \
    static std::atomic<int> CONCAT(local___FUNCTION__, __LINE__) { Count }
#define GET_LOG_VARIABLE() CONCAT(local___FUNCTION__, __LINE__)
///@}