diff options
author | Eric Christopher <echristo@gmail.com> | 2014-09-09 06:32:02 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-09-09 06:32:02 +0000 |
commit | e551d183db98c9bb50c117bb8f98914af15f6dcb (patch) | |
tree | 7f71cc657ed58f8d4b1cdc0f1061870edead3c5a | |
parent | db1c183422185b1752f7fcc4ef092cffeab4c421 (diff) | |
download | bcm5719-llvm-e551d183db98c9bb50c117bb8f98914af15f6dcb.tar.gz bcm5719-llvm-e551d183db98c9bb50c117bb8f98914af15f6dcb.zip |
Add a newline to the end of the file.
llvm-svn: 217423
-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 +} |