forked from qt-creator/qt-creator
minor style
Change-Id: Id21e8a3962550a1c66d761e718b48a8fcf4053e7 Reviewed-on: http://codereview.qt-project.org/5122 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1298,8 +1298,7 @@ bool SubversionPlugin::vcsCheckout(const QString &directory, const QByteArray &u
|
||||
QStringList args = QStringList(QLatin1String("checkout"));
|
||||
args << QLatin1String(nonInteractiveOptionC) ;
|
||||
|
||||
if(!username.isEmpty() && !password.isEmpty())
|
||||
{
|
||||
if (!username.isEmpty() && !password.isEmpty()) {
|
||||
// If url contains username and password we have to use separate username and password
|
||||
// arguments instead of passing those in the url. Otherwise the subversion 'non-interactive'
|
||||
// authentication will always fail (if the username and password data are not stored locally),
|
||||
|
Reference in New Issue
Block a user