Преглед изворни кода

Merge pull request #29 from Flipboard/raphaelschaad-whitespace-fix

Whitespace fix
Ryan Olson пре 11 година
родитељ
комит
8bf66eb664
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Classes/Utility/FLEXRuntimeUtility.m

+ 1 - 1
Classes/Utility/FLEXRuntimeUtility.m

@@ -317,7 +317,7 @@ const unsigned int kFLEXNumberOfImplicitArgs = 2;
                 // Bridging UIColor to CGColorRef
                 // Bridging UIColor to CGColorRef
                 CGColorRef colorRef = [argumentObject CGColor];
                 CGColorRef colorRef = [argumentObject CGColor];
                 [invocation setArgument:&colorRef atIndex:argumentIndex];
                 [invocation setArgument:&colorRef atIndex:argumentIndex];
-            } else if ([argumentObject isKindOfClass:[NSValue class]]){
+            } else if ([argumentObject isKindOfClass:[NSValue class]]) {
                 // Primitive boxed in NSValue
                 // Primitive boxed in NSValue
                 NSValue *argumentValue = (NSValue *)argumentObject;
                 NSValue *argumentValue = (NSValue *)argumentObject;