forked from qt-creator/qt-creator
Git: Fix indentation in ensureStash()
Change-Id: I5243fce895ae21a2b07cb9e0d98a60d69f848b10 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
daef1fbb88
commit
246f8e9aaf
@@ -1292,8 +1292,8 @@ QString GitClient::synchronousStash(const QString &workingDirectory, const QStri
|
||||
break;
|
||||
success = true;
|
||||
} while (false);
|
||||
}
|
||||
break;
|
||||
}
|
||||
case StatusUnchanged:
|
||||
if (unchanged)
|
||||
*unchanged = true;
|
||||
|
||||
Reference in New Issue
Block a user