summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-05-03 03:26:54 +0000
committerfukachan <fukachan>2003-05-03 03:26:54 +0000
commit6cb380fdb2f5ef10ffb55580f0a2d18aff989a56 (patch)
treed00374b1a3643c3b5c8e35d42b957f6acbd2d440 /fml/lib
parentba255b5d1e494ecdbdc5a5e34de8c249f361f899 (diff)
downloadfml8-6cb380fdb2f5ef10ffb55580f0a2d18aff989a56.tar.gz
fml8-6cb380fdb2f5ef10ffb55580f0a2d18aff989a56.tar.bz2
fml8-6cb380fdb2f5ef10ffb55580f0a2d18aff989a56.zip
style, aligned with FNF.
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/FML/Header.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/fml/lib/FML/Header.pm b/fml/lib/FML/Header.pm
index 04263d68..9c3ddc48 100644
--- a/fml/lib/FML/Header.pm
+++ b/fml/lib/FML/Header.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: Header.pm,v 1.58 2003/04/16 08:09:23 tmu Exp $
+# $FML: Header.pm,v 1.59 2003/04/21 10:39:10 tmu Exp $
#
package FML::Header;
@@ -457,8 +457,7 @@ sub rewrite_received
my $new = "X-Received";
my $num = $header->count($org);
- for($i = 0;$i < $num;$i++)
- {
+ for ($i = 0; $i < $num; $i++) {
$data = $header->get($org, $i);
$header->add($new, $data);
}