[gardening] Fix accidental trailing whitespace.

This commit is contained in:
practicalswift
2016-10-29 10:22:58 +02:00
parent 3616567dbd
commit cc852042c9
165 changed files with 1002 additions and 1002 deletions

View File

@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
//
//
//
//
//===----------------------------------------------------------------------===//
#include "ArrayBridge.h"
@@ -48,7 +48,7 @@ void testSubclass(id thunks) {
[toObjCArr addObject: [thunks createSubclass:12]];
[toObjCArr addObject: [thunks createSubclass:13]];
[toObjCArr addObject: [thunks createSubclass:14]];
[thunks acceptSubclassArray: toObjCArr expecting: toObjCArr];
}
@@ -56,7 +56,7 @@ void testBridgeableValue(id thunks) {
// Retrieve an array from Swift.
NSArray *fromSwiftArr = [thunks produceBridgeableValueArray];
[thunks checkProducedBridgeableValueArray: fromSwiftArr];
// Send an array to swift.
NSMutableArray *toSwiftArr = [[NSMutableArray alloc] init];
[toSwiftArr addObject: [thunks createSubclass:10]];