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 9387fd96314c59fc9aff1a82e478f9b89a97c20a b767a2efb6f1d39e83523cfdf330ddd26a8cf892 --extensions cpp,h -- lldb/include/lldb/Core/TelemetryVendor.h lldb/source/Core/TelemetryVendor.cpp lldb/include/lldb/lldb-forward.h `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/lldb/include/lldb/lldb-forward.h b/lldb/include/lldb/lldb-forward.h index b1696f520a..fe237ef74f 100644 --- a/lldb/include/lldb/lldb-forward.h +++ b/lldb/include/lldb/lldb-forward.h @@ -12,8 +12,8 @@ #include <memory> #ifdef LLVM_BUILD_TELEMETRY -#include "llvm/Telemetry/Telemetry.h" #include "lldb/Core/Telemetry.h" +#include "llvm/Telemetry/Telemetry.h" #endif // lldb forward declarations `````````` </details> https://github.com/llvm/llvm-project/pull/126588 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits