Remove trailing whitespace in the iOS codec unittest files

This commit is contained in:
Martin Storsjö 2015-05-04 11:52:48 +03:00
parent 8d34c68ad6
commit ad9e65b96a
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
- (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.
}

View File

@ -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]));
}