mirror of https://github.com/axmolengine/axmol.git
Updates indention in CCRef.h
This commit is contained in:
parent
72d29976c3
commit
ba3f5f8eee
|
@ -147,7 +147,7 @@ public:
|
||||||
// Memory leak diagnostic data (only included when CC_USE_MEM_LEAK_DETECTION is defined)
|
// Memory leak diagnostic data (only included when CC_USE_MEM_LEAK_DETECTION is defined)
|
||||||
#ifdef CC_USE_MEM_LEAK_DETECTION
|
#ifdef CC_USE_MEM_LEAK_DETECTION
|
||||||
public:
|
public:
|
||||||
static void printLeaks();
|
static void printLeaks();
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue