remove whitespace, #17319
authorBrian Medley <bpm@snafu.org>
Fri, 20 Apr 2012 16:48:50 +0000 (11:48 -0500)
committerBrian Medley <bpm@snafu.org>
Fri, 20 Apr 2012 16:48:50 +0000 (11:48 -0500)
FS/FS/part_event/Action/cust_bill_fee_greater_percent_or_flat.pm

index 13f886a..558f5cd 100644 (file)
@@ -29,7 +29,7 @@ sub _calc_fee {
   my $num = $flat_fee - $percent;
   if ($num == 0) {
     return($percent);
-  } 
+  }
   elsif ($num > 0) {
     return($flat_fee);
   }