https://github.com/charles-zablit created 
https://github.com/llvm/llvm-project/pull/149482

Formatting patch which removes an extra line after a docstring.

>From 121daca4acec6dbcda8658db526aac86d3c3d5fb Mon Sep 17 00:00:00 2001
From: Charles Zablit <c_zab...@apple.com>
Date: Fri, 18 Jul 2025 11:07:50 +0200
Subject: [PATCH] [NFC][lldb] fix extra line after documentation

---
 lldb/include/lldb/Utility/Stream.h | 1 -
 1 file changed, 1 deletion(-)

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

Reply via email to