Skip to content

Commit 975dff5

Browse files
committed
More consistent curly braces.
1 parent 05b9385 commit 975dff5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cocos2d/Platforms/iOS/CCAppDelegate.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,9 @@ -(void) applicationDidEnterBackground:(UIApplication*)application
291291

292292
-(void) applicationWillEnterForeground:(UIApplication*)application
293293
{
294-
if([CCDirector sharedDirector].animating == NO)
294+
if([CCDirector sharedDirector].animating == NO) {
295295
[[CCDirector sharedDirector] startAnimation];
296+
}
296297
}
297298

298299
// application will be killed

0 commit comments

Comments
 (0)