diff options
| author | fukachan <fukachan> | 2004-02-15 04:38:24 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-02-15 04:38:24 +0000 |
| commit | 7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4 (patch) | |
| tree | c64d18d463c0bc545b492549268b76967be91e2e /fml/lib/IO | |
| parent | 3164c784e4aa6c57f09236e7ea8c49f25d8016d6 (diff) | |
| download | fml8-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.pm | 4 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/AtomicFile.pm | 4 |
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 { |
