vcsbase : corrected whitespaces in header and source files of class VCSBaseClient

Merge-request: 268
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
cerf
2011-03-11 15:32:08 +01:00
committed by Tobias Hunger
parent f7e09f7e31
commit 878157c66f
2 changed files with 5 additions and 5 deletions

View File

@@ -162,7 +162,7 @@ protected:
QString vcsEditorTitle(const QString &vcsCmd, const QString &sourceId) const;
void enqueueJob(const QSharedPointer<VCSJob> &);
// Fully synchronous VCS execution (QProcess-based)
bool vcsFullySynchronousExec(const QString &workingDir,
bool vcsFullySynchronousExec(const QString &workingDir,
const QStringList &args,
QByteArray *output);
// Synchronous VCS execution using Utils::SynchronousProcess, with