Author: jmolenda
Date: Mon Jun 23 17:26:01 2014
New Revision: 211547

URL: http://llvm.org/viewvc/llvm-project?rev=211547&view=rev
Log:
Add newline on last line of a few files.

Modified:
    lldb/trunk/tools/lldb-mi/Driver.cpp
    lldb/trunk/tools/lldb-mi/MICmdBase.h
    lldb/trunk/tools/lldb-mi/MIUtilSingletonBase.h
    lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h

Modified: lldb/trunk/tools/lldb-mi/Driver.cpp
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/Driver.cpp?rev=211547&r1=211546&r2=211547&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/Driver.cpp (original)
+++ lldb/trunk/tools/lldb-mi/Driver.cpp Mon Jun 23 17:26:01 2014
@@ -1282,4 +1282,4 @@ const CMIUtilString & Driver::GetDriverI
        return GetId();
 }
 
-#endif // MICONFIG_COMPILE_MIDRIVER_WITH_LLDBDRIVER
\ No newline at end of file
+#endif // MICONFIG_COMPILE_MIDRIVER_WITH_LLDBDRIVER

Modified: lldb/trunk/tools/lldb-mi/MICmdBase.h
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MICmdBase.h?rev=211547&r1=211546&r2=211547&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MICmdBase.h (original)
+++ lldb/trunk/tools/lldb-mi/MICmdBase.h Mon Jun 23 17:26:01 2014
@@ -151,4 +151,4 @@ T * CMICmdBase::GetOption( const CMIUtil
        CMICmdArgVal##b * a = CMICmdBase::GetOption< CMICmdArgVal##b >( c );\
        if( a == nullptr )                                                      
                                                \
                return MIstatus::failure;
-// This comment is to stop compile warning for #define
\ No newline at end of file
+// This comment is to stop compile warning for #define

Modified: lldb/trunk/tools/lldb-mi/MIUtilSingletonBase.h
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MIUtilSingletonBase.h?rev=211547&r1=211546&r2=211547&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MIUtilSingletonBase.h (original)
+++ lldb/trunk/tools/lldb-mi/MIUtilSingletonBase.h Mon Jun 23 17:26:01 2014
@@ -67,4 +67,4 @@ public:
        /* dtor */ virtual ~ISingleton( void ) { };
 };
 
-} // namespace MI
\ No newline at end of file
+} // namespace MI

Modified: lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h?rev=211547&r1=211546&r2=211547&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h (original)
+++ lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h Mon Jun 23 17:26:01 2014
@@ -91,4 +91,4 @@ bool ModuleShutdown( const MIint vErrorR
        return bOk;
 }
 
-} // namespace MI
\ No newline at end of file
+} // namespace MI


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to