forked from qt-creator/qt-creator
Bazaar: whitespace and indentation fixes
Change-Id: I31258a10bd79a047f25787d38c070b0c95ed9f78 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
73138f633f
commit
d4a4ca5054
@@ -44,7 +44,7 @@
|
||||
using namespace Bazaar::Internal;
|
||||
|
||||
BazaarControl::BazaarControl(BazaarClient *client)
|
||||
: m_bazaarClient(client)
|
||||
: m_bazaarClient(client)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -120,8 +120,8 @@ bool BazaarControl::vcsMove(const QString &from, const QString &to)
|
||||
const QFileInfo fromInfo(from);
|
||||
const QFileInfo toInfo(to);
|
||||
return m_bazaarClient->synchronousMove(fromInfo.absolutePath(),
|
||||
fromInfo.absoluteFilePath(),
|
||||
toInfo.absoluteFilePath());
|
||||
fromInfo.absoluteFilePath(),
|
||||
toInfo.absoluteFilePath());
|
||||
}
|
||||
|
||||
bool BazaarControl::vcsCreateRepository(const QString &directory)
|
||||
|
||||
Reference in New Issue
Block a user