Explorar o código

Fix whitespace to make it consistent with rest of code base.

Raphael Schaad %!s(int64=11) %!d(string=hai) anos
pai
achega
43eedfafc5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
                 CGColorRef colorRef = [argumentObject CGColor];
                 [invocation setArgument:&colorRef atIndex:argumentIndex];
-            } else if ([argumentObject isKindOfClass:[NSValue class]]){
+            } else if ([argumentObject isKindOfClass:[NSValue class]]) {
                 // Primitive boxed in NSValue
                 NSValue *argumentValue = (NSValue *)argumentObject;