Updates indention in CCRef.h

This commit is contained in:
James Chen 2014-05-14 10:17:08 +08:00
parent 72d29976c3
commit ba3f5f8eee
1 changed files with 1 additions and 1 deletions

View File

@ -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
};