Bug 688574 - Fix indentation in in sync's services.js (r=philikon)

This commit is contained in:
Lucas Rocha 2011-10-12 15:13:33 +01:00
Родитель 2201973530
Коммит 6e8b9e93db
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -759,10 +759,9 @@ WeaveSvc.prototype = {
// Go ahead and do remote setup, so that we can determine
// conclusively that our passphrase is correct.
if (this._remoteSetup()) {
// Username/password verified.
Status.login = LOGIN_SUCCEEDED;
return true;
Status.login = LOGIN_SUCCEEDED;
return true;
}
this._log.warn("Remote setup failed.");