Add newline on last line of a few files.

llvm-svn: 211547
This commit is contained in:
Jason Molenda 2014-06-23 22:26:01 +00:00
parent 6304e94108
commit 7567d50f30
4 changed files with 4 additions and 4 deletions

View File

@ -1282,4 +1282,4 @@ const CMIUtilString & Driver::GetDriverId( void ) const
return GetId();
}
#endif // MICONFIG_COMPILE_MIDRIVER_WITH_LLDBDRIVER
#endif // MICONFIG_COMPILE_MIDRIVER_WITH_LLDBDRIVER

View File

@ -151,4 +151,4 @@ T * CMICmdBase::GetOption( const CMIUtilString & vStrOptionName )
CMICmdArgVal##b * a = CMICmdBase::GetOption< CMICmdArgVal##b >( c );\
if( a == nullptr ) \
return MIstatus::failure;
// This comment is to stop compile warning for #define
// This comment is to stop compile warning for #define

View File

@ -67,4 +67,4 @@ public:
/* dtor */ virtual ~ISingleton( void ) { };
};
} // namespace MI
} // namespace MI

View File

@ -91,4 +91,4 @@ bool ModuleShutdown( const MIint vErrorResrcId, bool & vwrbOk, CMIUtilString & v
return bOk;
}
} // namespace MI
} // namespace MI