Index: cc/CCRendererGL.h |
diff --git a/cc/CCRendererGL.h b/cc/CCRendererGL.h |
index a5f2c4f056da0f5ff085457d4a0eadf8e4731e3d..88618909f1e7fa253b9b51f19ea9bbb740238c63 100644 |
--- a/cc/CCRendererGL.h |
+++ b/cc/CCRendererGL.h |
@@ -226,7 +226,7 @@ private: |
// will significantly degrade performance. |
#define DEBUG_GL_CALLS 0 |
-#if DEBUG_GL_CALLS && !defined ( NDEBUG ) |
+#if DEBUG_GL_CALLS && !defined(NDEBUG) |
#define GLC(context, x) (x, CCRendererGL::debugGLCall(&*context, #x, __FILE__, __LINE__)) |
#else |
#define GLC(context, x) (x) |