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 22ac5f743811ae1e5004fdd43be556ebbd0496d1 f3c88d52cb72082d070a68822f0d1aad94ce306a -- lldb/include/lldb/API/SBTarget.h `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/lldb/include/lldb/API/SBTarget.h b/lldb/include/lldb/API/SBTarget.h index a8ba3d893a..2c6e9b7d03 100644 --- a/lldb/include/lldb/API/SBTarget.h +++ b/lldb/include/lldb/API/SBTarget.h @@ -42,8 +42,8 @@ public: eBroadcastBitModulesLoaded = (1 << 1), eBroadcastBitModulesUnloaded = (1 << 2), eBroadcastBitWatchpointChanged = (1 << 3), - eBroadcastBitSymbolsLoaded = (1 << 4) - eBroadcastBitSymbolsChanged = (1 << 5), + eBroadcastBitSymbolsLoaded = (1 << 4) eBroadcastBitSymbolsChanged = + (1 << 5), }; // Constructors `````````` </details> https://github.com/llvm/llvm-project/pull/85883 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits