diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-13 18:00:21 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-13 18:15:46 +0200 |
commit | 2e27d4153943145f9102d5d56782ad6e20b76182 (patch) | |
tree | 6b4fb894b4475b3d74bc55e7b7daa5e6761a93c8 /src/macros_and_utils.h | |
parent | 2e61dc33af885974a2a3a3f8a504061abe91bd71 (diff) | |
download | lanes-2e27d4153943145f9102d5d56782ad6e20b76182.tar.gz lanes-2e27d4153943145f9102d5d56782ad6e20b76182.tar.bz2 lanes-2e27d4153943145f9102d5d56782ad6e20b76182.zip |
Progressively applying the coding rules
Diffstat (limited to 'src/macros_and_utils.h')
-rw-r--r-- | src/macros_and_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros_and_utils.h b/src/macros_and_utils.h index a8738a8..aa81db4 100644 --- a/src/macros_and_utils.h +++ b/src/macros_and_utils.h | |||
@@ -61,7 +61,7 @@ template <typename... ARGS> | |||
61 | 61 | ||
62 | // ################################################################################################# | 62 | // ################################################################################################# |
63 | 63 | ||
64 | #define USE_DEBUG_SPEW() 1 | 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_->debugspewIndentDepth.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 |