From 71217fd39388b9e27959d88e28ee2b7deb3fd662 Mon Sep 17 00:00:00 2001 From: XiaoFeng Date: Fri, 4 Dec 2015 15:14:47 +0800 Subject: [PATCH] Fix indent --- cocos/2d/CCDrawNode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cocos/2d/CCDrawNode.h b/cocos/2d/CCDrawNode.h index 972f7fe309..f296e0ac06 100644 --- a/cocos/2d/CCDrawNode.h +++ b/cocos/2d/CCDrawNode.h @@ -300,11 +300,11 @@ public: /** * @js NA */ - virtual void onDraw(const Mat4 &transform, uint32_t flags); + virtual void onDraw(const Mat4 &transform, uint32_t flags); /** * @js NA */ - virtual void onDrawGLLine(const Mat4 &transform, uint32_t flags); + virtual void onDrawGLLine(const Mat4 &transform, uint32_t flags); /** * @js NA */