Browse Source

Minor coding style fix. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375478 91177308-0d34-0410-b5e6-96231b3b80d8
Michael Liao 5 years ago
parent
commit
c6761990bd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/Sema/SemaLambda.cpp

+ 2 - 1
lib/Sema/SemaLambda.cpp

@@ -444,7 +444,8 @@ void Sema::handleLambdaNumbering(
   }
   }
 
 
   auto getMangleNumberingContext =
   auto getMangleNumberingContext =
-      [this](CXXRecordDecl *Class, Decl *ManglingContextDecl) -> MangleNumberingContext * {
+      [this](CXXRecordDecl *Class,
+             Decl *ManglingContextDecl) -> MangleNumberingContext * {
     // Get mangle numbering context if there's any extra decl context.
     // Get mangle numbering context if there's any extra decl context.
     if (ManglingContextDecl)
     if (ManglingContextDecl)
       return &Context.getManglingNumberContext(
       return &Context.getManglingNumberContext(