aboutsummaryrefslogtreecommitdiff
path: root/src/macros_and_utils.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-02 10:18:37 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-02 10:18:37 +0200
commit84889233bfec4ad11ee1160fe63acbbbba7275e7 (patch)
tree236643b48bbc1a31f26a70d702a7e3f6b93b723f /src/macros_and_utils.h
parent8e64f794f08cb3e4f930df5bb17c3a7061516cca (diff)
downloadlanes-84889233bfec4ad11ee1160fe63acbbbba7275e7.tar.gz
lanes-84889233bfec4ad11ee1160fe63acbbbba7275e7.tar.bz2
lanes-84889233bfec4ad11ee1160fe63acbbbba7275e7.zip
Progressively applying the coding rules
Diffstat (limited to 'src/macros_and_utils.h')
-rw-r--r--src/macros_and_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros_and_utils.h b/src/macros_and_utils.h
index 58567ac..a1f6cba 100644
--- a/src/macros_and_utils.h
+++ b/src/macros_and_utils.h
@@ -64,7 +64,7 @@ template <typename... ARGS>
64#define USE_DEBUG_SPEW() 0 64#define USE_DEBUG_SPEW() 0
65#if USE_DEBUG_SPEW() 65#if USE_DEBUG_SPEW()
66#define INDENT_BEGIN "%.*s " 66#define INDENT_BEGIN "%.*s "
67#define INDENT_END(U_) , (U_ ? U_->debugspew_indent_depth.load(std::memory_order_relaxed) : 0), DebugSpewIndentScope::debugspew_indent 67#define INDENT_END(U_) , (U_ ? U_->debugspewIndentDepth.load(std::memory_order_relaxed) : 0), DebugSpewIndentScope::debugspew_indent
68#define DEBUGSPEW_CODE(_code) _code 68#define DEBUGSPEW_CODE(_code) _code
69#define DEBUGSPEW_OR_NOT(a_, b_) a_ 69#define DEBUGSPEW_OR_NOT(a_, b_) a_
70#define DEBUGSPEW_PARAM_COMMA(param_) param_, 70#define DEBUGSPEW_PARAM_COMMA(param_) param_,