code style: else on same line

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 11 years ago
parent 658758c3f7
commit b22d82f941
  1. 3
      apps/files/js/filelist.js

@ -25,8 +25,7 @@ window.FileList={
setPageTitle: function(title){ setPageTitle: function(title){
if (title) { if (title) {
title += ' - '; title += ' - ';
} } else {
else {
title = ''; title = '';
} }
title += FileList.appName; title += FileList.appName;

Loading…
Cancel
Save