- djm@cvs.openbsd.org 2003/11/21 11:57:03
     [everything]
     unexpand and delete whitespace at EOL; ok markus@
     (done locally and RCS IDs synced)
diff --git a/fixprogs b/fixprogs
index 61840cf..af76ee3 100755
--- a/fixprogs
+++ b/fixprogs
@@ -65,7 +65,7 @@
       ($null, $null, $rate) = split(/,/, $ent[0]);
       $est = $rate / $entscale;		# scale the estimate back
     }
-  }    
+  }
   print OUT "\"$cmd\" $path $est\n";
 }