Adding a newline for better overall readability
llvm-svn: 182434
diff --git a/lldb/source/Core/Module.cpp b/lldb/source/Core/Module.cpp
index ee88545..e234a70 100644
--- a/lldb/source/Core/Module.cpp
+++ b/lldb/source/Core/Module.cpp
@@ -1278,7 +1278,7 @@
if (shoud_load == eLoadScriptFromSymFileWarn)
{
if (feedback_stream)
- feedback_stream->Printf("warning: '%s' contains a debug script. To run this script in this debug session:\n\n command script import \"%s\"\n\nTo run all discovered debug scripts in this session:\n\n settings set target.load-script-from-symbol-file true"
+ feedback_stream->Printf("warning: '%s' contains a debug script. To run this script in this debug session:\n\n command script import \"%s\"\n\nTo run all discovered debug scripts in this session:\n\n settings set target.load-script-from-symbol-file true\n"
,GetFileSpec().GetFileNameStrippingExtension().GetCString(),scripting_fspec.GetPath().c_str());
return false;
}