From: Michael Gottesman Date: Sat, 2 Feb 2013 01:03:01 +0000 (+0000) Subject: Fixed whitespace. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db99e8b72ae2b66d3c2f8d896f49513b8d8e2633;p=clang Fixed whitespace. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174254 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGObjC.cpp b/lib/CodeGen/CGObjC.cpp index d667e1aacb..58cf201b3c 100644 --- a/lib/CodeGen/CGObjC.cpp +++ b/lib/CodeGen/CGObjC.cpp @@ -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;