[Lldb-commits] [lldb] d8003d0 - [lldb][lldb-dap] Remove extra spaces at the end of --help examples
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 27 08:35:52 PDT 2023
Author: David Spickett
Date: 2023-10-27T15:35:15Z
New Revision: d8003d021b87485836a8f685b0ac6473069c229b
URL: https://github.com/llvm/llvm-project/commit/d8003d021b87485836a8f685b0ac6473069c229b
DIFF: https://github.com/llvm/llvm-project/commit/d8003d021b87485836a8f685b0ac6473069c229b.diff
LOG: [lldb][lldb-dap] Remove extra spaces at the end of --help examples
Added:
Modified:
lldb/tools/lldb-dap/lldb-dap.cpp
Removed:
################################################################################
diff --git a/lldb/tools/lldb-dap/lldb-dap.cpp b/lldb/tools/lldb-dap/lldb-dap.cpp
index b5d06a977a449b7..e103aabb870207f 100644
--- a/lldb/tools/lldb-dap/lldb-dap.cpp
+++ b/lldb/tools/lldb-dap/lldb-dap.cpp
@@ -3591,7 +3591,7 @@ static void printHelp(LLDBDAPOptTable &table, llvm::StringRef tool_name) {
debugger to attach to the process.
lldb-dap -g
- )___";
+)___";
llvm::outs() << examples;
}
More information about the lldb-commits
mailing list