From dd73be16e0566aebb242953f76dd853d97a5b360 Mon Sep 17 00:00:00 2001 From: Dhilan007 Date: Fri, 28 Mar 2014 14:22:51 +0800 Subject: [PATCH] fixed indention. --- cocos/2d/CCLabelBMFont.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/2d/CCLabelBMFont.cpp b/cocos/2d/CCLabelBMFont.cpp index 00fa68d0d4..bc41c21c57 100644 --- a/cocos/2d/CCLabelBMFont.cpp +++ b/cocos/2d/CCLabelBMFont.cpp @@ -47,7 +47,7 @@ using namespace std; NS_CC_BEGIN - LabelBMFont * LabelBMFont::create() +LabelBMFont * LabelBMFont::create() { LabelBMFont * pRet = new LabelBMFont(); if (pRet)