diff options
| author | fukachan <fukachan> | 2003-01-26 05:57:11 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-01-26 05:57:11 +0000 |
| commit | ad72920833c327d48615f7af5bdb28509d90efcb (patch) | |
| tree | 568c6a0c49a491b51f60ad26c4535f3db3dbef43 /fml/lib/File/Sequence.pm | |
| parent | 023aaf4c198b0661a5bb8147d0eec84537b10b04 (diff) | |
| download | fml8-ad72920833c327d48615f7af5bdb28509d90efcb.tar.gz fml8-ad72920833c327d48615f7af5bdb28509d90efcb.tar.bz2 fml8-ad72920833c327d48615f7af5bdb28509d90efcb.zip | |
FNF: style (space and \n)
Diffstat (limited to 'fml/lib/File/Sequence.pm')
| -rw-r--r-- | fml/lib/File/Sequence.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/File/Sequence.pm b/fml/lib/File/Sequence.pm index 6692f2bc..a4209f6e 100644 --- a/fml/lib/File/Sequence.pm +++ b/fml/lib/File/Sequence.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Sequence.pm,v 1.29 2002/11/17 08:00:37 fukachan Exp $ +# $FML: Sequence.pm,v 1.30 2002/12/23 14:35:32 fukachan Exp $ # package File::Sequence; @@ -365,14 +365,14 @@ sub _search_max_id_from_top PEBOT_SEARCH: while ($pebot > 0) { last PEBOT_SEARCH if defined $hash->{ $pebot - $unit }; - last PEBOT_SEARCH if(($pebot - $unit) <= 0); + last PEBOT_SEARCH if ($pebot - $unit) <= 0; $pebot -= $unit; } # decrement by 1. while(! defined $hash->{ $pebot - 1 }) { $pebot--; - return 0 if($pebot <= 0); + return 0 if $pebot <= 0; } return $pebot; |
