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 bdfeaf6e Trailing spaces
bdfeaf6e is described below

commit bdfeaf6e65d72084e2d72145dda1d92b1792eef1
Author: Sebb <[email protected]>
AuthorDate: Mon Mar 16 15:20:26 2026 +0000

    Trailing spaces
---
 DEVELOPMENT.md                            | 4 ++--
 www/members/nominate_board.cgi            | 2 +-
 www/members/nominate_member.cgi           | 4 ++--
 www/members/update_board_nominations.cgi  | 4 ++--
 www/members/update_member_nominations.cgi | 4 ++--
 www/officers/update_affiliations.cgi      | 4 ++--
 www/roster/views/actions/memstat.json.rb  | 8 ++++----
 7 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 8808ac9f..2baad91f 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -202,7 +202,7 @@ If there is a `Gemfile` in the directory containing the 
script or application
 you wish to run, dependencies needed for execution can be installed using the
 command `bundle install`.  Similarly, if starting from scratch you
 may need `gem install rake`.  Periodically if underlying gems like
-wunderbar are updated, you may need `bundle update`.  
+wunderbar are updated, you may need `bundle update`.
 See also [How To: Keep Your Local Environment 
Updated](#how-to-keep-your-local-environment-updated)
 
 1. CGI applications can be run from a command line, and produce output to
@@ -446,7 +446,7 @@ script to return _json to curl.
 Whimsy On Windows
 =================
 
-While some tools may work on Microsoft Windows, many don't currently.  
+While some tools may work on Microsoft Windows, many don't currently.
 Alternatives for Windows include a Docker image, a custom Vagrant VM, and a 
Kitchen/Puppet
 managed Vagrant VM (as the [live instance](DEPLOYMENT.md) does).  The primary 
advantage
 of using an image or a VM is isolation.  The primary disadvantage is that
diff --git a/www/members/nominate_board.cgi b/www/members/nominate_board.cgi
index b748081d..18063dcb 100755
--- a/www/members/nominate_board.cgi
+++ b/www/members/nominate_board.cgi
@@ -174,7 +174,7 @@ _html do
           _ %Q{
             Use this form to nominate any Member for the ASF Board of Director 
election.
             It automatically adds a properly formatted nomination to the 
#{ASF::MemberFiles::NOMINATED_BOARD} file,
-            and will then 
+            and will then
           }
           _strong "send an email to the #{MAILING_LIST} list"
           _ ' from you with the nomination, '
diff --git a/www/members/nominate_member.cgi b/www/members/nominate_member.cgi
index 0ac31279..fc210df2 100755
--- a/www/members/nominate_member.cgi
+++ b/www/members/nominate_member.cgi
@@ -156,12 +156,12 @@ _html do
           _ %Q{
             Use this form to nominate any Committer the new ASF Membership 
election.
             It automatically adds a properly formatted nomination to the 
#{ASF::MemberFiles::NOMINATED_MEMBERS} file,
-            and will then 
+            and will then
           }
           _strong "send an email to the #{MAILING_LIST} list"
           _ ' from you with the nomination, '
           _a 'as is tradition.', href: 
'https://lists.apache.org/[email protected]:2023-2:%22MEMBER%20NOMINATION%22'
-          _p 
+          _p
           _p do
             _ 'This form only supports adding new nominations of existing 
committers; '
             _ 'there is now a form to '
diff --git a/www/members/update_board_nominations.cgi 
b/www/members/update_board_nominations.cgi
index 5ff3bba0..e343ec48 100755
--- a/www/members/update_board_nominations.cgi
+++ b/www/members/update_board_nominations.cgi
@@ -18,7 +18,7 @@ user = ASF::Auth.decode(env = {})
 source = ASF::MeetingUtil.get_latest_svnpath(ASF::MemberFiles::NOMINATED_BOARD)
 
 def emit_form(url, revision, original, updated, diff, env)
-  
+
   _whimsy_panel(url, style: 'panel-success') do
     _form.form_horizontal method: 'post' do
       _input type: 'hidden', name: 'original', value: original
@@ -34,7 +34,7 @@ def emit_form(url, revision, original, updated, diff, env)
         field = 'difference'
         rows = nil
         rows = 1 + diff.split("\n").size if diff.size > 0
-        _whimsy_forms_input(label: 'Difference', name: field, id: field, rows: 
rows, readonly: true, 
+        _whimsy_forms_input(label: 'Difference', name: field, id: field, rows: 
rows, readonly: true,
           value: diff.size > 0 ? diff : '[No differences found]'
         )
       end
diff --git a/www/members/update_member_nominations.cgi 
b/www/members/update_member_nominations.cgi
index 7b75cd13..716d8262 100755
--- a/www/members/update_member_nominations.cgi
+++ b/www/members/update_member_nominations.cgi
@@ -18,7 +18,7 @@ user = ASF::Auth.decode(env = {})
 source = 
ASF::MeetingUtil.get_latest_svnpath(ASF::MemberFiles::NOMINATED_MEMBERS)
 
 def emit_form(url, revision, original, updated, diff, env)
-  
+
   _whimsy_panel(url, style: 'panel-success') do
     _form.form_horizontal method: 'post' do
       _input type: 'hidden', name: 'original', value: original
@@ -34,7 +34,7 @@ def emit_form(url, revision, original, updated, diff, env)
         field = 'difference'
         rows = nil
         rows = 1 + diff.split("\n").size if diff.size > 0
-        _whimsy_forms_input(label: 'Difference', name: field, id: field, rows: 
rows, readonly: true, 
+        _whimsy_forms_input(label: 'Difference', name: field, id: field, rows: 
rows, readonly: true,
           value: diff.size > 0 ? diff : '[No differences found]'
         )
       end
diff --git a/www/officers/update_affiliations.cgi 
b/www/officers/update_affiliations.cgi
index 85aa7693..bbd5be82 100755
--- a/www/officers/update_affiliations.cgi
+++ b/www/officers/update_affiliations.cgi
@@ -21,7 +21,7 @@ end
 source = File.join(ASF::SVN.svnurl!('officers'),'affiliations.txt')
 
 def emit_form(url, revision, original, updated, diff, env)
-  
+
   _whimsy_panel(url, style: 'panel-success') do
     _form.form_horizontal method: 'post' do
       _input type: 'hidden', name: 'original', value: original
@@ -37,7 +37,7 @@ def emit_form(url, revision, original, updated, diff, env)
         field = 'difference'
         rows = nil
         rows = 1 + diff.split("\n").size if diff.size > 0
-        _whimsy_forms_input(label: 'Difference', name: field, id: field, rows: 
rows, readonly: true, 
+        _whimsy_forms_input(label: 'Difference', name: field, id: field, rows: 
rows, readonly: true,
           value: diff.size > 0 ? diff : '[No differences found]'
         )
       end
diff --git a/www/roster/views/actions/memstat.json.rb 
b/www/roster/views/actions/memstat.json.rb
index 76da5b00..873b7904 100644
--- a/www/roster/views/actions/memstat.json.rb
+++ b/www/roster/views/actions/memstat.json.rb
@@ -136,9 +136,9 @@ elsif @action == 'withdraw' # process withdrawal request 
(secretary only)
         The membership withdrawal request that was registered for you has now 
been actioned.
         Your details have been removed from the membership roster.
         You have also been unsubscribed from members-only private email lists.
-        
+
         Warm Regards,
-        
+
         Secretary, Apache Software Foundation
         [email protected]
         EOD
@@ -161,9 +161,9 @@ elsif @action == 'rescind_withdrawal' # Secretary only
         body <<~EOD
         This acknowledges receipt of your request to rescind your membership 
withdrawal request.
         The request has been deleted, and your membership status will be 
unaffected.
-        
+
         Warm Regards,
-        
+
         Secretary, Apache Software Foundation
         [email protected]
         EOD

Reply via email to