diff options
-rw-r--r-- | lldb/tools/lldb-mi/MICmnBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/lldb-mi/MICmnBase.cpp b/lldb/tools/lldb-mi/MICmnBase.cpp index 3da7a41b333..985f584fbac 100644 --- a/lldb/tools/lldb-mi/MICmnBase.cpp +++ b/lldb/tools/lldb-mi/MICmnBase.cpp @@ -141,4 +141,4 @@ void CMICmnBase::SetErrorDescriptionn( const CMIUtilString & vrFormat, ... ) con va_end( args ); SetErrorDescription( strResult ); -}
\ No newline at end of file +} |