From f50b6fe092091a700cee7a708d509ae7c49709f6 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 24 Jul 2012 01:37:23 +0000 Subject: [PATCH] Fix whitespace, whoops missed a spot! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160658 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaDeclAttr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sema/SemaDeclAttr.cpp b/lib/Sema/SemaDeclAttr.cpp index db92c0eba4..717d131fe4 100644 --- a/lib/Sema/SemaDeclAttr.cpp +++ b/lib/Sema/SemaDeclAttr.cpp @@ -576,7 +576,7 @@ static void handleNoAddressSafetyAttr(Sema &S, Decl *D, } D->addAttr(::new (S.Context) NoAddressSafetyAnalysisAttr(Attr.getRange(), - S.Context)); + S.Context)); } static bool checkAcquireOrderAttrCommon(Sema &S, Decl *D, -- 2.50.1