[Lldb-commits] [lldb] r217423 - Add a newline to the end of the file.
Eric Christopher
echristo at gmail.com
Mon Sep 8 23:32:02 PDT 2014
Author: echristo
Date: Tue Sep 9 01:32:02 2014
New Revision: 217423
URL: http://llvm.org/viewvc/llvm-project?rev=217423&view=rev
Log:
Add a newline to the end of the file.
Modified:
lldb/trunk/tools/lldb-mi/MICmnBase.cpp
Modified: lldb/trunk/tools/lldb-mi/MICmnBase.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MICmnBase.cpp?rev=217423&r1=217422&r2=217423&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MICmnBase.cpp (original)
+++ lldb/trunk/tools/lldb-mi/MICmnBase.cpp Tue Sep 9 01:32:02 2014
@@ -141,4 +141,4 @@ void CMICmnBase::SetErrorDescriptionn( c
va_end( args );
SetErrorDescription( strResult );
-}
\ No newline at end of file
+}
More information about the lldb-commits
mailing list