forked from OSchip/llvm-project
Add newline on last line of a few files.
llvm-svn: 211547
This commit is contained in:
parent
6304e94108
commit
7567d50f30
|
|
@ -1282,4 +1282,4 @@ const CMIUtilString & Driver::GetDriverId( void ) const
|
|||
return GetId();
|
||||
}
|
||||
|
||||
#endif // MICONFIG_COMPILE_MIDRIVER_WITH_LLDBDRIVER
|
||||
#endif // MICONFIG_COMPILE_MIDRIVER_WITH_LLDBDRIVER
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -67,4 +67,4 @@ public:
|
|||
/* dtor */ virtual ~ISingleton( void ) { };
|
||||
};
|
||||
|
||||
} // namespace MI
|
||||
} // namespace MI
|
||||
|
|
|
|||
|
|
@ -91,4 +91,4 @@ bool ModuleShutdown( const MIint vErrorResrcId, bool & vwrbOk, CMIUtilString & v
|
|||
return bOk;
|
||||
}
|
||||
|
||||
} // namespace MI
|
||||
} // namespace MI
|
||||
|
|
|
|||
Loading…
Reference in New Issue