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
This commit is contained in:
Faisal Vali 2013-11-12 01:46:33 +00:00
parent 524ca28b2b
commit 97d8c33fa7
1 changed files with 1 additions and 1 deletions

View File

@ -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;