kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2011-09-29 11:00 pm

[dw-free] move cgi-bin/lj*.pl files into proper modules (in cgi-bin/LJ)

[commit: http://hg.dwscoalition.org/dw-free/rev/014e2e08b861]

http://bugs.dwscoalition.org/show_bug.cgi?id=1726

Remove trailing whitespace from bin/worker/incoming-email

Patch by [personal profile] kareila.

Files modified:
  • bin/worker/incoming-email
--------------------------------------------------------------------------------
diff -r 3a81066a13e4 -r 014e2e08b861 bin/worker/incoming-email
--- a/bin/worker/incoming-email	Fri Sep 30 01:15:25 2011 +0800
+++ b/bin/worker/incoming-email	Thu Sep 29 18:00:47 2011 -0500
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # This code was forked from the LiveJournal project owned and operated
-# by Live Journal, Inc. The code has been modified and expanded by 
+# by Live Journal, Inc. The code has been modified and expanded by
 # Dreamwidth Studios, LLC. These files were originally licensed under
 # the terms of the license supplied by Live Journal, Inc, which can
 # currently be found at:
@@ -8,7 +8,7 @@
 # http://code.livejournal.org/trac/livejournal/browser/trunk/LICENSE-LiveJournal.txt
 #
 # In accordance with the original license, this code and all its
-# modifications are provided under the GNU General Public License. 
+# modifications are provided under the GNU General Public License.
 # A copy of that license can be found in the LICENSE file included as
 # part of this distribution.
 
@@ -152,7 +152,7 @@
         }
 
         # hook didn't want to handle this email...
-    }        
+    }
 
     # see if it's a post-by-email
     if (my $dest = journal_destination($head)) {
--------------------------------------------------------------------------------