forked from qt-creator/qt-creator
Git: Clean up indention
Change-Id: I10fc926c7f912bf616d3945f231e1848c25f301e Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -793,14 +793,14 @@ void GitPlugin::fetch()
|
||||
void GitPlugin::pull()
|
||||
{
|
||||
const VcsBase::VcsBasePluginState state = currentState();
|
||||
QTC_ASSERT(state.hasTopLevel(), return)
|
||||
QTC_ASSERT(state.hasTopLevel(), return);
|
||||
|
||||
switch (m_gitClient->ensureStash(state.topLevel())) {
|
||||
case GitClient::StashUnchanged:
|
||||
case GitClient::Stashed:
|
||||
case GitClient::NotStashed:
|
||||
m_gitClient->synchronousPull(state.topLevel());
|
||||
default:
|
||||
case GitClient::StashUnchanged:
|
||||
case GitClient::Stashed:
|
||||
case GitClient::NotStashed:
|
||||
m_gitClient->synchronousPull(state.topLevel());
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user