forked from qt-creator/qt-creator
VcsCommand: Fix indention
WS only change Change-Id: I5a04b51babc91d80aef8c03d356345f1faf95500 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user