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/Commands/CommandObjectExpression.cpp `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index 57b56ce7e..65365745e 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -642,7 +642,7 @@ void CommandObjectExpression::DoExecute(llvm::StringRef command, if (!expr.empty()) { result.GetOutputStream().Printf( - "Warning: trailing input is ignored in --repl mode\n"); + "Warning: trailing input is ignored in --repl mode\n"); } IOHandlerSP io_handler_sp(repl_sp->GetIOHandler()); `````````` </details> https://github.com/llvm/llvm-project/pull/153560 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits