[Lldb-commits] [lldb] Do not land, just testing the formatting job! (PR #73811)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 29 08:04:56 PST 2023


https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/73811

None

>From 27e279c17fb7747f252b4eca58e3dd1d44845191 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Wed, 29 Nov 2023 16:03:37 +0000
Subject: [PATCH] Do not land, just testing the formatting job!

---
 lldb/source/Utility/Scalar.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lldb/source/Utility/Scalar.cpp b/lldb/source/Utility/Scalar.cpp
index 5ad68065bce1b76..dc5c88724762c44 100644
--- a/lldb/source/Utility/Scalar.cpp
+++ b/lldb/source/Utility/Scalar.cpp
@@ -31,7 +31,7 @@ using llvm::APSInt;
 Scalar::PromotionKey Scalar::GetPromoKey() const {
   switch (m_type) {
   case e_void:
-    return PromotionKey{e_void, 0, false};
+    return PromotionKey{e_void, 0, false                   };
   case e_int:
     return PromotionKey{e_int, m_integer.getBitWidth(), m_integer.isUnsigned()};
   case e_float:



More information about the lldb-commits mailing list