[Lldb-commits] [lldb] [LLDB] Add external progress bit category (PR #120171)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 17 08:28:32 PST 2024


================
@@ -195,10 +195,10 @@ enum Format {
                          ///< character arrays that can contain non printable
                          ///< characters
   eFormatAddressInfo,    ///< Describe what an address points to (func + offset
-                      ///< with file/line, symbol + offset, data, etc)
-  eFormatHexFloat,    ///< ISO C99 hex float string
-  eFormatInstruction, ///< Disassemble an opcode
-  eFormatVoid,        ///< Do not print this
+                         ///< with file/line, symbol + offset, data, etc)
+  eFormatHexFloat,       ///< ISO C99 hex float string
+  eFormatInstruction,    ///< Disassemble an opcode
+  eFormatVoid,           ///< Do not print this
----------------
JDevlieghere wrote:

Please unstage the unrelated whitespace changes. 

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


More information about the lldb-commits mailing list