summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread')
-rw-r--r--src/corelib/thread/qthreadstorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qthreadstorage.cpp b/src/corelib/thread/qthreadstorage.cpp
index 7f78f69bc7..98d8e87459 100644
--- a/src/corelib/thread/qthreadstorage.cpp
+++ b/src/corelib/thread/qthreadstorage.cpp
@@ -65,7 +65,7 @@ void qtsDebug(const char *fmt, ...)
va_end(va);
}
#else
-# define DEBUG_MSG if(false)qDebug
+# define DEBUG_MSG if (false)qDebug
#endif
static QBasicMutex destructorsMutex;