Skip to content

Commit 063192b

Browse files
committed
Apply clang-format.
1 parent 354f429 commit 063192b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/tools/lldb-dap/Handler/RequestHandler.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ llvm::Error BaseRequestHandler::LaunchProcess(
215215

216216
// Make sure the process is launched and stopped at the entry point before
217217
// proceeding.
218-
lldb::SBError error = dap.WaitForProcessToStop(arguments.configuration.timeout);
218+
lldb::SBError error =
219+
dap.WaitForProcessToStop(arguments.configuration.timeout);
219220
if (error.Fail())
220221
return ToError(error);
221222

0 commit comments

Comments
 (0)