From: Frederic Riss Date: Mon, 10 Dec 2018 22:30:19 +0000 (+0000) Subject: Reflow a multi-line string and add a newline X-Git-Tag: llvmorg-8.0.0-rc1~2427 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff5f5087e60f14cfb50df232ca06763dd57712fd;p=platform%2Fupstream%2Fllvm.git Reflow a multi-line string and add a newline llvm-svn: 348805 --- 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; }