]> sjero.net Git - wget/commitdiff
Whitespace tweaks for utils.
authorSteven Schubiger <stsc@members.fsf.org>
Fri, 23 Jan 2009 21:09:48 +0000 (22:09 +0100)
committerSteven Schubiger <stsc@members.fsf.org>
Fri, 23 Jan 2009 21:09:48 +0000 (22:09 +0100)
ChangeLog
util/freeopts
util/rmold.pl
util/trunc.c

index ac384a4966674c38f03f3b73b7dd6313fd9ef8a1..38b14ba499064c868b8f409a46ce52b89b2b1ac5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-23  Steven Schubiger  <stsc@members.fsf.org>
+
+       * util/freeopts, util/rmold.pl, util/trunc.c: Remove
+       unnecessary whitespace.
+
 2008-11-10  Micah Cowan  <micah@cowan.name>
 
        * MAILING-LIST: Mention Gmane, introduce subsections.
index 75f594a1330f033137f0f5831d2b7e22f9afc38b..ce43a02db8e8e79c9abc88583213cbdb2d87aa7a 100755 (executable)
@@ -28,7 +28,7 @@ elsif (
 END {
     my $cols = 0;
     my $max_cols = 13;
-    my $opt_chars = 
+    my $opt_chars =
     "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
     print "Free chars:\n\t";
     for (my $i = 0; $i < length $opt_chars; ++$i, ++$cols) {
index f08deac1ef1551779152f2ce054b533bfa822e01..c227e2c0a2beff16dc42ebad2a4898a31051d751 100755 (executable)
@@ -45,7 +45,7 @@ sub procdir
     local(@lcfiles, @lcdirs, %files, @fl);
 
     print STDERR "Processing directory '$dir':\n" if $verbose;
-    
+
     opendir(DH, $dir) || die("Cannot open $dir: $!\n");
     @lcfiles = ();
     @lcdirs = ();
index fb52ec2564505cdacc5a24312b3eb91d439f3a2c..55cb19d3175a0524199643f25ee617ae2fedb739 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008 Micah J. Cowan
  *
- * Copying and distribution of this file, with or without modification, 
+ * Copying and distribution of this file, with or without modification,
  * are permitted in any medium without royalty provided the copyright
  * notice and this notice are preserved. */
 
@@ -62,7 +62,7 @@ get_size (const char str[])
     {
       val *= 1024 * 1024;
     }
-  
+
   return val;
 }