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;
|
break;
|
||||||
success = true;
|
success = true;
|
||||||
} while (false);
|
} while (false);
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
case StatusUnchanged:
|
case StatusUnchanged:
|
||||||
if (unchanged)
|
if (unchanged)
|
||||||
*unchanged = true;
|
*unchanged = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user