gui: Reformat HTML & JS for consistent white space

(white space only change)
This commit is contained in:
Jakob Borg
2018-12-25 14:26:46 +01:00
parent 41469c5393
commit 0ac6ea6f1e
27 changed files with 252 additions and 246 deletions

View File

@@ -15,9 +15,9 @@ angular.module('syncthing.core')
if (xdirArr.length > ydirArr.length) {
return false;
}
return xdirArr.map(function(e, i) {
return xdirArr.map(function (e, i) {
return xdirArr[i] === ydirArr[i];
}).every(function(e) { return e });
}).every(function (e) { return e });
}
scope.folderPathErrors.isSub = false;
@@ -43,4 +43,4 @@ angular.module('syncthing.core')
});
}
};
});
});