diff options
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/source/Commands/CommandObjectType.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectType.cpp b/lldb/source/Commands/CommandObjectType.cpp index 47fcac1f1fd..1c2bf89ac1d 100644 --- a/lldb/source/Commands/CommandObjectType.cpp +++ b/lldb/source/Commands/CommandObjectType.cpp @@ -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(); |