From: Nick Lewycky Date: Tue, 24 Jul 2012 01:37:23 +0000 (+0000) Subject: Fix whitespace, whoops missed a spot! X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f50b6fe092091a700cee7a708d509ae7c49709f6;p=clang Fix whitespace, whoops missed a spot! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160658 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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,