From ff5f5087e60f14cfb50df232ca06763dd57712fd Mon Sep 17 00:00:00 2001 From: Frederic Riss Date: Mon, 10 Dec 2018 22:30:19 +0000 Subject: [PATCH] Reflow a multi-line string and add a newline llvm-svn: 348805 --- lldb/source/Target/StopInfo.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lldb/source/Target/StopInfo.cpp b/lldb/source/Target/StopInfo.cpp index 145426c..f7ea966 100644 --- a/lldb/source/Target/StopInfo.cpp +++ b/lldb/source/Target/StopInfo.cpp @@ -367,9 +367,8 @@ protected: "continuing: %s.", m_should_stop ? "true" : "false"); process->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( - "Warning: hit breakpoint while " - "running function, skipping commands and conditions to prevent " - "recursion."); + "Warning: hit breakpoint while running function, skipping " + "commands and conditions to prevent recursion.\n"); return; } -- 2.7.4