Skip to content

Commit d8003d0

Browse files
committed
[lldb][lldb-dap] Remove extra spaces at the end of --help examples
1 parent 3e32b80 commit d8003d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/lldb-dap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3591,7 +3591,7 @@ static void printHelp(LLDBDAPOptTable &table, llvm::StringRef tool_name) {
35913591
debugger to attach to the process.
35923592
35933593
lldb-dap -g
3594-
)___";
3594+
)___";
35953595
llvm::outs() << examples;
35963596
}
35973597

0 commit comments

Comments
 (0)