From 17139b2b21a080c8584fbfe059e8adf85fd26c07 Mon Sep 17 00:00:00 2001 From: Marek Kurdej Date: Tue, 27 Apr 2021 09:10:58 +0200 Subject: [PATCH] [clang-format] Reformat. NFC. --- clang/lib/Format/Format.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index 0084910..b6aa445 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -3054,7 +3054,7 @@ llvm::Expected getStyle(StringRef StyleName, StringRef FileName, LLVM_DEBUG(llvm::dbgs() << "Applying child configurations\n"); - for (const auto& MemBuf : llvm::reverse(ChildFormatTextToApply)){ + for (const auto &MemBuf : llvm::reverse(ChildFormatTextToApply)) { auto Ec = parseConfiguration(*MemBuf, &Style, AllowUnknownOptions, dropDiagnosticHandler); // It was already correctly parsed. -- 2.7.4