aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-07-24 01:37:23 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-07-24 01:37:23 +0000
commitf50b6fe092091a700cee7a708d509ae7c49709f6 (patch)
tree560bbc66a4c5bf8821c1bf4679a62fc78e9fe9ce
parent4ae89bc757f16baeb74ebeea81c43dc5201cb4f2 (diff)
Fix whitespace, whoops missed a spot!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160658 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Sema/SemaDeclAttr.cpp2
1 files changed, 1 insertions, 1 deletions
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,