VcsCommand: Fix indention

WS only change

Change-Id: I5a04b51babc91d80aef8c03d356345f1faf95500
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-19 13:23:37 +01:00
parent 783056732b
commit 2be422b4e0

View File

@@ -471,8 +471,8 @@ void VcsOutputWindow::appendCommand(const QString &text)
}
void VcsOutputWindow::appendCommand(const QString &workingDirectory,
const Utils::FileName &binary,
const QStringList &args)
const Utils::FileName &binary,
const QStringList &args)
{
appendCommand(msgExecutionLogEntry(workingDirectory, binary, args));
}