From fae8e253c09adaf94802decdf50b539f2cbd1e16 Mon Sep 17 00:00:00 2001 From: samuele3hu Date: Fri, 26 Jul 2013 15:06:35 +0800 Subject: [PATCH] issue #2404:Modify tab to spaces --- cocos2dx/layers_scenes_transitions_nodes/CCLayer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h b/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h index 7477319a2c..d45ec8f041 100644 --- a/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h +++ b/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h @@ -104,10 +104,10 @@ public: /** priority of the touch events. Default is 0 */ virtual void setTouchPriority(int priority); virtual int getTouchPriority() const; - - /** swallowsTouches of the touch events. Default is true */ + + /** swallowsTouches of the touch events. Default is true */ virtual void setSwallowsTouches(bool swallowsTouches); - virtual bool getSwallowsTouches() const; + virtual bool getSwallowsTouches() const; /** whether or not it will receive Accelerometer events You can enable / disable accelerometer events with this property.