Skip to content

Commit

Permalink
Remove trailing whitespace in the iOS codec unittest files
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed May 4, 2015
1 parent 8d34c68 commit ad9e65b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/build/ios/codec_unittest/codec_unittest/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ - (void)applicationWillResignActive:(UIApplication *)application

- (void)applicationDidEnterBackground:(UIApplication *)application
{
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
}

Expand Down
4 changes: 2 additions & 2 deletions test/build/ios/codec_unittest/codec_unittest/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ int main(int argc, char * argv[])
else
NSLog(@"Unit test runing failed on devices");
abort();

#endif

@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
Expand Down

0 comments on commit ad9e65b

Please sign in to comment.