瀏覽代碼

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 年之前
父節點
當前提交
c6761990bd
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/Sema/SemaLambda.cpp

+ 2 - 1
lib/Sema/SemaLambda.cpp

@@ -444,7 +444,8 @@ void Sema::handleLambdaNumbering(
   }
 
   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.
     if (ManglingContextDecl)
       return &Context.getManglingNumberContext(