From 64f4826b6d6918b81d336f8c4296dc6094067f64 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 12 Dec 2011 17:48:51 +0000 Subject: Death to all TABs Source files should all use spaces instead of tabs for indentation. Update the few files not already in compliance --- client/glz_decoder_config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'client/glz_decoder_config.h') 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 -- cgit