From ba3f5f8eee9f55a241abe175a76a371dc7651569 Mon Sep 17 00:00:00 2001 From: James Chen Date: Wed, 14 May 2014 10:17:08 +0800 Subject: [PATCH] Updates indention in CCRef.h --- cocos/base/CCRef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/base/CCRef.h b/cocos/base/CCRef.h index bcce5b8b03..45979601a9 100644 --- a/cocos/base/CCRef.h +++ b/cocos/base/CCRef.h @@ -147,7 +147,7 @@ public: // Memory leak diagnostic data (only included when CC_USE_MEM_LEAK_DETECTION is defined) #ifdef CC_USE_MEM_LEAK_DETECTION public: - static void printLeaks(); + static void printLeaks(); #endif };