[Lldb-commits] [lldb] [NFC][lldb] fix extra line after documentation (PR #149482)

via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 18 02:09:16 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Charles Zablit (charles-zablit)

<details>
<summary>Changes</summary>

Formatting patch which removes an extra line after a docstring.

---
Full diff: https://github.com/llvm/llvm-project/pull/149482.diff


1 Files Affected:

- (modified) lldb/include/lldb/Utility/Stream.h (-1) 


``````````diff
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);

``````````

</details>


https://github.com/llvm/llvm-project/pull/149482


More information about the lldb-commits mailing list