github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. 
:warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff HEAD~1 HEAD --extensions cpp -- 
lldb/source/Target/StopInfo.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/lldb/source/Target/StopInfo.cpp b/lldb/source/Target/StopInfo.cpp
index 6bdc467af..3160446ae 100644
--- a/lldb/source/Target/StopInfo.cpp
+++ b/lldb/source/Target/StopInfo.cpp
@@ -263,13 +263,9 @@ public:
     return bp_site_sp->GetSuggestedStackFrameIndex();
   }
 
-  bool ShouldShow() const override {
-    return !m_was_all_internal;
-  }
+  bool ShouldShow() const override { return !m_was_all_internal; }
 
-  bool ShouldSelect() const override {
-    return !m_was_all_internal;
-  }
+  bool ShouldSelect() const override { return !m_was_all_internal; }
 
 protected:
   bool ShouldStop(Event *event_ptr) override {

``````````

</details>


https://github.com/llvm/llvm-project/pull/135637
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to