Author: enrico Date: Fri Apr 8 12:55:59 2016 New Revision: 265818 URL: http://llvm.org/viewvc/llvm-project?rev=265818&view=rev Log: Append a missing \n
Modified: lldb/trunk/source/Commands/CommandObjectType.cpp Modified: lldb/trunk/source/Commands/CommandObjectType.cpp URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectType.cpp?rev=265818&r1=265817&r2=265818&view=diff ============================================================================== --- lldb/trunk/source/Commands/CommandObjectType.cpp (original) +++ lldb/trunk/source/Commands/CommandObjectType.cpp Fri Apr 8 12:55:59 2016 @@ -1438,7 +1438,7 @@ protected: result.SetStatus(eReturnStatusSuccessFinishResult); else { - result.GetOutputStream().PutCString("no matching results found."); + result.GetOutputStream().PutCString("no matching results found.\n"); result.SetStatus(eReturnStatusSuccessFinishNoResult); } return result.Succeeded(); _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits