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

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 18 02:08:45 PDT 2025


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_zablit at 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);



More information about the lldb-commits mailing list