summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.cpp
diff options
context:
space:
mode:
authorFaisal Vali <faisalv@yahoo.com>2013-11-12 01:46:33 +0000
committerFaisal Vali <faisalv@yahoo.com>2013-11-12 01:46:33 +0000
commit97d8c33fa7b5b1231ec4a6d399a73b0b0f7e3617 (patch)
treeb848e0649754c3e54b8ab452496780906d4dc775 /clang/lib/Sema/Sema.cpp
parent524ca28b2b6cd421dd609a132159d38e8e2f1263 (diff)
downloadbcm5719-llvm-97d8c33fa7b5b1231ec4a6d399a73b0b0f7e3617.tar.gz
bcm5719-llvm-97d8c33fa7b5b1231ec4a6d399a73b0b0f7e3617.zip
COSMETIC: Right justify an asterix in the previous refactoring.
Hopefully Richard won't notice this terrible egregiocity - clearly the work of a malevolent poltergeist - fixed now ;) No functionality change. llvm-svn: 194439
Diffstat (limited to 'clang/lib/Sema/Sema.cpp')
-rw-r--r--clang/lib/Sema/Sema.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/Sema.cpp b/clang/lib/Sema/Sema.cpp
index 6fe9fb58db1..4d01fb0a6be 100644
--- a/clang/lib/Sema/Sema.cpp
+++ b/clang/lib/Sema/Sema.cpp
@@ -1029,7 +1029,7 @@ void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) {
BlockScope, Block));
}
-LambdaScopeInfo* Sema::PushLambdaScope() {
+LambdaScopeInfo *Sema::PushLambdaScope() {
LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics());
FunctionScopes.push_back(LSI);
return LSI;
OpenPOWER on IntegriCloud