Git: Fix indentation in ensureStash()

Change-Id: I5243fce895ae21a2b07cb9e0d98a60d69f848b10
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-01-22 20:21:54 +02:00
committed by Orgad Shaneh
parent daef1fbb88
commit 246f8e9aaf

View File

@@ -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;