This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new ad81491d misc: remove unneeded trailing whitespace (#208)
ad81491d is described below

commit ad81491df2fb3ec957f57ccbd788a5771453f05b
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Fri Feb 23 02:59:36 2024 +1000

    misc: remove unneeded trailing whitespace (#208)
---
 lib/test/svn/apmail_bin/.archives | 2 +-
 www/assets/bootstrap-select.js    | 8 ++++----
 www/secretary/workbench/README    | 4 ++--
 www/status/js/status.js           | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lib/test/svn/apmail_bin/.archives 
b/lib/test/svn/apmail_bin/.archives
index 35ef4431..c71a685c 100644
--- a/lib/test/svn/apmail_bin/.archives
+++ b/lib/test/svn/apmail_bin/.archives
@@ -14,4 +14,4 @@
  "pod1-commits", "/home/apmail/public-arch/",
  "pod2-dev", "/home/apmail/public-arch/",
  "pod3-private", "/home/apmail/private-arch/",
- 
\ No newline at end of file
+
diff --git a/www/assets/bootstrap-select.js b/www/assets/bootstrap-select.js
index 1cee4fdd..8282ad24 100644
--- a/www/assets/bootstrap-select.js
+++ b/www/assets/bootstrap-select.js
@@ -258,7 +258,7 @@
     "'": '&#x27;',
     '`': '&#x60;'
   };
-  
+
   var unescapeMap = {
     '&amp;': '&',
     '&lt;': '<',
@@ -1212,7 +1212,7 @@
     },
 
     tabIndex: function () {
-      if (this.$element.data('tabindex') !== this.$element.attr('tabindex') && 
+      if (this.$element.data('tabindex') !== this.$element.attr('tabindex') &&
         (this.$element.attr('tabindex') !== -98 && 
this.$element.attr('tabindex') !== '-98')) {
         this.$element.data('tabindex', this.$element.attr('tabindex'));
         this.$button.attr('tabindex', this.$element.data('tabindex'));
@@ -1515,13 +1515,13 @@
           $lisVisible = this.$lis.not('.divider, .dropdown-header, .disabled, 
.hidden'),
           lisVisLen = $lisVisible.length,
           selectedOptions = [];
-          
+
       if (status) {
         if ($lisVisible.filter('.selected').length === $lisVisible.length) 
return;
       } else {
         if ($lisVisible.filter('.selected').length === 0) return;
       }
-          
+
       $lisVisible.toggleClass('selected', status);
 
       for (var i = 0; i < lisVisLen; i++) {
diff --git a/www/secretary/workbench/README b/www/secretary/workbench/README
index 5bd8b604..0b733af4 100644
--- a/www/secretary/workbench/README
+++ b/www/secretary/workbench/README
@@ -103,9 +103,9 @@ Design Notes:
   and will reload that month.
   This may add items to the display which were not there before, however this 
should be very
   rare.
-  
+
   As noted above, deleted entries are returned by server updates. Although the 
Secretary receives
   a lot of mail, most of it does not look like the ICLA or CLA submissions for 
which the app is
   designed, and such mails are never seen by the app. This reduces the amount 
of data that needs
   to be returned.
-  [If necessary, deleted entries could be sent as a separate list of hrefs to 
reduce the traffic] 
+  [If necessary, deleted entries could be sent as a separate list of hrefs to 
reduce the traffic]
diff --git a/www/status/js/status.js b/www/status/js/status.js
index 0e7e9720..a25061d7 100644
--- a/www/status/js/status.js
+++ b/www/status/js/status.js
@@ -1,5 +1,5 @@
 $(function() {
-        
+
   // convert status into .list-group-item and .list-group elements, and
   // insert into the container.  Use prefix when generating ids.
   function listGroup(status, prefix, container) {
@@ -51,7 +51,7 @@ $(function() {
       if (value.href) {
         div.children('a:not(.data-toggle)').attr('href', value.href);
       }
- 
+
       // provide ISO-8601 formatted GMT time as a tooltip
       if (value.mtime && !value.title) {
         div.children('a:not(.data-toggle)').attr('title', value.mtime);

Reply via email to