From db99e8b72ae2b66d3c2f8d896f49513b8d8e2633 Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Sat, 2 Feb 2013 01:03:01 +0000 Subject: [PATCH] Fixed whitespace. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174254 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGObjC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0