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 82ee31f75ac1316006fa9e21dddfddec37cf7072 
b0fee0c0c32001064aeab1ebca209fef02c6cb98 --extensions h,cpp -- 
lldb/test/API/tools/lldb-dap/locations/main.cpp lldb/tools/lldb-dap/DAP.cpp 
lldb/tools/lldb-dap/DAP.h lldb/tools/lldb-dap/JSONUtils.cpp 
lldb/tools/lldb-dap/JSONUtils.h lldb/tools/lldb-dap/lldb-dap.cpp
``````````

</details>

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

``````````diff
diff --git a/lldb/test/API/tools/lldb-dap/locations/main.cpp 
b/lldb/test/API/tools/lldb-dap/locations/main.cpp
index 8eb5a7636d..a22483d0b2 100644
--- a/lldb/test/API/tools/lldb-dap/locations/main.cpp
+++ b/lldb/test/API/tools/lldb-dap/locations/main.cpp
@@ -1,8 +1,6 @@
 #include <cstdio>
 
-void greet() {
-   printf("Hello");
-}
+void greet() { printf("Hello"); }
 
 int main(void) {
   int var1 = 1;

``````````

</details>


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

Reply via email to