forked from qt-creator/qt-creator
Bazaar: whitespace and indentation fixes
Change-Id: I31258a10bd79a047f25787d38c070b0c95ed9f78 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
73138f633f
commit
d4a4ca5054
@@ -120,16 +120,16 @@ static const VCSBase::VCSBaseSubmitEditorParameters submitEditorParameters = {
|
||||
|
||||
BazaarPlugin *BazaarPlugin::m_instance = 0;
|
||||
|
||||
BazaarPlugin::BazaarPlugin() :
|
||||
VCSBase::VCSBasePlugin(QLatin1String(Constants::COMMIT_ID)),
|
||||
m_optionsPage(0),
|
||||
m_client(0),
|
||||
m_core(0),
|
||||
m_commandLocator(0),
|
||||
m_changeLog(0),
|
||||
m_addAction(0),
|
||||
m_deleteAction(0),
|
||||
m_menuAction(0)
|
||||
BazaarPlugin::BazaarPlugin()
|
||||
: VCSBase::VCSBasePlugin(QLatin1String(Constants::COMMIT_ID)),
|
||||
m_optionsPage(0),
|
||||
m_client(0),
|
||||
m_core(0),
|
||||
m_commandLocator(0),
|
||||
m_changeLog(0),
|
||||
m_addAction(0),
|
||||
m_deleteAction(0),
|
||||
m_menuAction(0)
|
||||
{
|
||||
m_instance = this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user