From ce85ea394603d364403c6fcacfc095f18c177949 Mon Sep 17 00:00:00 2001 From: Jialong Zhai Date: Thu, 30 Oct 2014 14:38:55 +0800 Subject: [PATCH] fix indentation --- cocos/ui/UIVideoPlayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/ui/UIVideoPlayer.h b/cocos/ui/UIVideoPlayer.h index 5a419a940e..6dc6ae05c7 100644 --- a/cocos/ui/UIVideoPlayer.h +++ b/cocos/ui/UIVideoPlayer.h @@ -84,7 +84,7 @@ namespace experimental{ VideoPlayer(); virtual ~VideoPlayer(); - protected: + protected: #if CC_VIDEOPLAYER_DEBUG_DRAW CustomCommand _customDebugDrawCommand; void VideoPlayer::drawDebugData();