Author: Sheng Date: 2022-08-28T15:16:34+08:00 New Revision: f4feb7dd6ae42e3a50cbe25a71c7f69f1f1acb69
URL: https://github.com/llvm/llvm-project/commit/f4feb7dd6ae42e3a50cbe25a71c7f69f1f1acb69 DIFF: https://github.com/llvm/llvm-project/commit/f4feb7dd6ae42e3a50cbe25a71c7f69f1f1acb69.diff LOG: [NFC] Fix typo Added: Modified: clang/lib/Format/UnwrappedLineFormatter.cpp Removed: ################################################################################ diff --git a/clang/lib/Format/UnwrappedLineFormatter.cpp b/clang/lib/Format/UnwrappedLineFormatter.cpp index af88c2722b22d..9fa6e9e638853 100644 --- a/clang/lib/Format/UnwrappedLineFormatter.cpp +++ b/clang/lib/Format/UnwrappedLineFormatter.cpp @@ -1299,7 +1299,7 @@ unsigned UnwrappedLineFormatter::format( // We continue formatting unchanged lines to adjust their indent, e.g. if a // scope was added. However, we need to carefully stop doing this when we - // exit the scope of affected lines to prevent indenting a the entire + // exit the scope of affected lines to prevent indenting the entire // remaining file if it currently missing a closing brace. bool PreviousRBrace = PreviousLine && PreviousLine->startsWith(tok::r_brace); _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits