Skip to content

Commit d4991c2

Browse files
author
joshuastray
committed
fix wrong indentation
1 parent d072a66 commit d4991c2

File tree

1 file changed

+2
-2
lines changed
  • templates/js-template-default/frameworks/runtime-src/Classes

1 file changed

+2
-2
lines changed

templates/js-template-default/frameworks/runtime-src/Classes/AppDelegate.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void AppDelegate::initGLContextAttrs()
4545
}
4646

4747
bool AppDelegate::applicationDidFinishLaunching()
48-
{
48+
{
4949
// initialize director
5050
auto director = Director::getInstance();
5151
auto glview = director->getOpenGLView();
@@ -56,7 +56,7 @@ bool AppDelegate::applicationDidFinishLaunching()
5656
glview = cocos2d::GLViewImpl::createWithRect("HelloJavascript", Rect(0,0,900,640));
5757
#endif
5858
director->setOpenGLView(glview);
59-
}
59+
}
6060

6161
// set FPS. the default value is 1.0/60 if you don't call this
6262
director->setAnimationInterval(1.0 / 60);

0 commit comments

Comments
 (0)