mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2010-01-11 12:32 am

[dw-nonfree] Remove trailing whitespace at the end of comment lines in Perl files.

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/4b25358c2971]

Remove trailing whitespace at the end of comment lines in Perl files.

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/DW/BusinessRules/InviteCodes/DWS.pm
--------------------------------------------------------------------------------
diff -r 15b2f6c8326a -r 4b25358c2971 cgi-bin/DW/BusinessRules/InviteCodes/DWS.pm
--- a/cgi-bin/DW/BusinessRules/InviteCodes/DWS.pm	Wed Jan 06 02:14:17 2010 +0000
+++ b/cgi-bin/DW/BusinessRules/InviteCodes/DWS.pm	Mon Jan 11 00:32:13 2010 +0000
@@ -137,7 +137,7 @@ sub _search_noinvleft {
 
     # return all personal, active, visible journals... no need to use _filter_pav
     # later, when we can do it all on the user table to begin with.  this returns
-    # all users that either have no invites OR 
+    # all users that either have no invites OR
     my $uids = $dbslow->selectcol_arrayref(
         q{SELECT DISTINCT u.userid
           FROM user u
--------------------------------------------------------------------------------