summaryrefslogtreecommitdiff
path: root/fml/lib/IO
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-02-15 04:38:24 +0000
committerfukachan <fukachan>2004-02-15 04:38:24 +0000
commit7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4 (patch)
treec64d18d463c0bc545b492549268b76967be91e2e /fml/lib/IO
parent3164c784e4aa6c57f09236e7ea8c49f25d8016d6 (diff)
downloadfml8-7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4.tar.gz
fml8-7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4.tar.bz2
fml8-7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4.zip
white space cosmetics.
Diffstat (limited to 'fml/lib/IO')
-rw-r--r--fml/lib/IO/Adapter.pm4
-rw-r--r--fml/lib/IO/Adapter/AtomicFile.pm4
2 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/IO/Adapter.pm b/fml/lib/IO/Adapter.pm
index e58e2e87..4ad26f6a 100644
--- a/fml/lib/IO/Adapter.pm
+++ b/fml/lib/IO/Adapter.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: Adapter.pm,v 1.28 2004/01/24 09:03:55 fukachan Exp $
+# $FML: Adapter.pm,v 1.29 2004/02/03 04:15:32 fukachan Exp $
#
package IO::Adapter;
@@ -393,7 +393,7 @@ For example, to search mail addresses in recipient list,
=cut
-# Descriptions: search method.
+# Descriptions: search method.
# call map dependent routine md_find() if defined in the map.
# Arguments: OBJ($self) STR($regexp) HASH_REF($args)
# Side Effects: none
diff --git a/fml/lib/IO/Adapter/AtomicFile.pm b/fml/lib/IO/Adapter/AtomicFile.pm
index 1ffa164a..cf62cd44 100644
--- a/fml/lib/IO/Adapter/AtomicFile.pm
+++ b/fml/lib/IO/Adapter/AtomicFile.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: AtomicFile.pm,v 1.9 2003/08/23 04:35:43 fukachan Exp $
+# $FML: AtomicFile.pm,v 1.10 2004/01/24 09:00:53 fukachan Exp $
#
package IO::Adapter::AtomicFile;
@@ -233,7 +233,7 @@ sub copy
$wh->close;
$rh->close;
- # XXX-TODO: chmod too late
+ # XXX-TODO: chmod too late
chmod $mode, $dst;
}
else {