Author: Charles Zablit Date: 2025-07-19T10:46:28+02:00 New Revision: 224e221f1bcb64cf20d81a4ad2855043e445d9bf
URL: https://github.com/llvm/llvm-project/commit/224e221f1bcb64cf20d81a4ad2855043e445d9bf DIFF: https://github.com/llvm/llvm-project/commit/224e221f1bcb64cf20d81a4ad2855043e445d9bf.diff LOG: [NFC][lldb] fix extra line after documentation (#149482) Formatting patch which removes an extra line after a docstring. Added: Modified: lldb/include/lldb/Utility/Stream.h Removed: ################################################################################ diff --git a/lldb/include/lldb/Utility/Stream.h b/lldb/include/lldb/Utility/Stream.h index 37bcdc9924171..fc547ed739239 100644 --- a/lldb/include/lldb/Utility/Stream.h +++ b/lldb/include/lldb/Utility/Stream.h @@ -270,7 +270,6 @@ class Stream { /// \param[in] suffix /// The ANSI color code to end colorization. This is /// environment-dependent. - void PutCStringColorHighlighted( llvm::StringRef text, std::optional<HighlightSettings> settings = std::nullopt); _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits