summaryrefslogtreecommitdiffstats
path: root/client/glz_decoder_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/glz_decoder_config.h')
-rw-r--r--client/glz_decoder_config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/client/glz_decoder_config.h b/client/glz_decoder_config.h
index 24c95ba9..835e2a70 100644
--- a/client/glz_decoder_config.h
+++ b/client/glz_decoder_config.h
@@ -48,12 +48,12 @@ public:
#ifdef RED_DEBUG
-#define GLZ_ASSERT(debug, x) { \
- if (!(x)) { \
- std::ostringstream os; \
- os << __FUNCTION__ << ": ASSERT " << #x << " failed\n"; \
- (debug).error(os.str()); \
- } \
+#define GLZ_ASSERT(debug, x) { \
+ if (!(x)) { \
+ std::ostringstream os; \
+ os << __FUNCTION__ << ": ASSERT " << #x << " failed\n"; \
+ (debug).error(os.str()); \
+ } \
}
#else