cleanup: Fix extraneous whitespace throughout.
[misc] / shadowfix
index 3793a30..1c5e4b6 100755 (executable)
--- a/shadowfix
+++ b/shadowfix
@@ -266,7 +266,7 @@ sub unlockfile {
   }
 
   # --- Move the old file out of the way ---
-  
+
   !-e $file or rename("${file}", "${file}-") or do {
     unlink "${file}.lock";
     unlink "${file}.edit";
@@ -348,7 +348,7 @@ while ($line = $gr->getline) {
   $#f = 3;
   $a = { data => [ @f ],
         members => { hashify(split /,/, $f[3]) },
-         name => $f[0], gid => $f[2] };
+        name => $f[0], gid => $f[2] };
   $gbynam{$a->{name}} = $gbygid{$a->{gid}} = $a;
 }
 $gr->close;
@@ -508,7 +508,7 @@ for $g (values %gbynam) {
     # --- Check that the group's administrators exist ---
 
     if ($sg->{data}[2] ne "" && !$suyb) {
-      my @admins = 
+      my @admins =
       my $admin;
       foreach $admin (split(/,/, $sg->{data}[2])) {
        exists $ubynam{$admin} or