From 126bd8f29558535f97511603769f9c81288c0c57 Mon Sep 17 00:00:00 2001 From: Faisal Vali Date: Tue, 12 Nov 2013 01:46:33 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194439 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/Sema.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sema/Sema.cpp b/lib/Sema/Sema.cpp index 6fe9fb58db..4d01fb0a6b 100644 --- a/lib/Sema/Sema.cpp +++ b/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; -- 2.40.0