summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
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
commitcfb4517cc0df43b61d3dff5f2286d568f25804a5 (patch)
treecb0599f4033608858b5007498734766ca899e408 /clang/lib/Sema
parentb9e4a3a7560b42ea5e6a4423ba3f2a9ace525ee5 (diff)
downloadbcm5719-llvm-cfb4517cc0df43b61d3dff5f2286d568f25804a5.tar.gz
bcm5719-llvm-cfb4517cc0df43b61d3dff5f2286d568f25804a5.zip
Fix whitespace, whoops missed a spot!
llvm-svn: 160658
Diffstat (limited to 'clang/lib/Sema')
-rw-r--r--clang/lib/Sema/SemaDeclAttr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp
index db92c0eba49..717d131fe45 100644
--- a/clang/lib/Sema/SemaDeclAttr.cpp
+++ b/clang/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,
OpenPOWER on IntegriCloud