Skip to content

Commit

Permalink
fix wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zilongshanren committed Nov 23, 2015
1 parent 12df5ae commit 361daf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class UIEditBoxTest : public UIScene, public cocos2d::ui::EditBoxDelegate
cocos2d::ui::EditBox* _editName;
cocos2d::ui::EditBox* _editPassword;
cocos2d::ui::EditBox* _editEmail;
cocos2d::Node* _editEmailParent;
cocos2d::Node* _editEmailParent;
};

#endif /* defined(__cocos2d_tests__UIEditBoxTest__) */

0 comments on commit 361daf7

Please sign in to comment.