summaryrefslogtreecommitdiffstats
path: root/client/glz_decoder_config.h
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2011-12-12 17:48:51 +0000
committerAlon Levy <alevy@redhat.com>2012-01-13 18:11:58 +0200
commit64f4826b6d6918b81d336f8c4296dc6094067f64 (patch)
treefef0441ede7f2b7bffec4ebbc44402f362d2d323 /client/glz_decoder_config.h
parent8a36c625a64dee573c157256fe2a681a93a6aefe (diff)
downloadspice-64f4826b6d6918b81d336f8c4296dc6094067f64.tar.gz
spice-64f4826b6d6918b81d336f8c4296dc6094067f64.tar.xz
spice-64f4826b6d6918b81d336f8c4296dc6094067f64.zip
Death to all TABs
Source files should all use spaces instead of tabs for indentation. Update the few files not already in compliance
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