Reflow a multi-line string and add a newline
authorFrederic Riss <friss@apple.com>
Mon, 10 Dec 2018 22:30:19 +0000 (22:30 +0000)
committerFrederic Riss <friss@apple.com>
Mon, 10 Dec 2018 22:30:19 +0000 (22:30 +0000)
llvm-svn: 348805

lldb/source/Target/StopInfo.cpp

index 145426c..f7ea966 100644 (file)
@@ -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;
           }