]> granicus.if.org Git - clang/commitdiff
Fixed whitespace.
authorMichael Gottesman <mgottesman@apple.com>
Sat, 2 Feb 2013 01:03:01 +0000 (01:03 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sat, 2 Feb 2013 01:03:01 +0000 (01:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174254 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGObjC.cpp

index d667e1aacb902473a900d0d8d22d6a5801a85474..58cf201b3cc5a4daea92eeb986117ec81cbe2983 100644 (file)
@@ -1715,7 +1715,7 @@ static llvm::Constant *createARCRuntimeFunction(CodeGenModule &CGM,
       // If we have Native ARC, set nonlazybind attribute for these APIs for
       // performance.
       f->addFnAttr(llvm::Attribute::NonLazyBind);
-  }
+    }
   }
 
   return fn;