Whitespace syntax cleanup. Refs #614

This commit is contained in:
Jawwad Ahmad
2012-06-24 22:36:28 -04:00
committed by Blake Watters
parent 7cbccfd322
commit 82f4630d36
42 changed files with 92 additions and 92 deletions

View File

@@ -26,7 +26,7 @@
+ (RKManagedObjectThreadSafeInvocation *)invocationWithMethodSignature:(NSMethodSignature *)methodSignature
{
return (RKManagedObjectThreadSafeInvocation *) [super invocationWithMethodSignature:methodSignature];
return (RKManagedObjectThreadSafeInvocation *)[super invocationWithMethodSignature:methodSignature];
}
- (void)setManagedObjectKeyPaths:(NSSet *)keyPaths forArgument:(NSInteger)index