shithub: openh264

Download patch

ref: ad9e65b96aaa93a06f1b564a0714a648fd904c80
parent: 8d34c68ad68e14202bfe1d11e6e94c8c0604a4b7
author: Martin Storsjö <[email protected]>
date: Mon May 4 07:52:48 EDT 2015

Remove trailing whitespace in the iOS codec unittest files

--- a/test/build/ios/codec_unittest/codec_unittest/AppDelegate.m
+++ b/test/build/ios/codec_unittest/codec_unittest/AppDelegate.m
@@ -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.
 }
 
--- a/test/build/ios/codec_unittest/codec_unittest/main.m
+++ b/test/build/ios/codec_unittest/codec_unittest/main.m
@@ -62,9 +62,9 @@
     else
         NSLog(@"Unit test runing failed on devices");
     abort();
-    
+
 #endif
-    
+
     @autoreleasepool {
         return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
     }