]> granicus.if.org Git - clang/commitdiff
COSMETIC: Right justify an asterix in the previous refactoring.
authorFaisal Vali <faisalv@yahoo.com>
Tue, 12 Nov 2013 01:46:33 +0000 (01:46 +0000)
committerFaisal Vali <faisalv@yahoo.com>
Tue, 12 Nov 2013 01:46:33 +0000 (01:46 +0000)
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

index 6fe9fb58db17861e01cf1ea2379debbb59f866e8..4d01fb0a6be627b216f6e801c98a2721c64d73e2 100644 (file)
@@ -1029,7 +1029,7 @@ void Sema::PushBlockScope(Scope *BlockScope, BlockDecl *Block) {
                                               BlockScope, Block));
 }
 
-LambdaScopeInfoSema::PushLambdaScope() {
+LambdaScopeInfo *Sema::PushLambdaScope() {
   LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics());
   FunctionScopes.push_back(LSI);
   return LSI;