summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter/File.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-09-22 15:01:20 +0000
committerfukachan <fukachan>2002-09-22 15:01:20 +0000
commit319218049a9e8ac6a928f08afbb7efb2ab7312b2 (patch)
treeb5e730cee9cfa817589778ed0d15d4cfc1463bdd /fml/lib/IO/Adapter/File.pm
parent92a5887666e6fef5b5da5cf8ad036dda608be463 (diff)
downloadfml8-319218049a9e8ac6a928f08afbb7efb2ab7312b2.tar.gz
fml8-319218049a9e8ac6a928f08afbb7efb2ab7312b2.tar.bz2
fml8-319218049a9e8ac6a928f08afbb7efb2ab7312b2.zip
remove superfluous white spaces
Diffstat (limited to 'fml/lib/IO/Adapter/File.pm')
-rw-r--r--fml/lib/IO/Adapter/File.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/IO/Adapter/File.pm b/fml/lib/IO/Adapter/File.pm
index bca93b45..992c1fe5 100644
--- a/fml/lib/IO/Adapter/File.pm
+++ b/fml/lib/IO/Adapter/File.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: File.pm,v 1.41 2002/09/11 23:18:20 fukachan Exp $
+# $FML: File.pm,v 1.42 2002/09/22 14:56:59 fukachan Exp $
#
package IO::Adapter::File;
@@ -323,7 +323,7 @@ sub _get_value
$fh->close();
- if ($style eq 'value_as_str') {
+ if ($style eq 'value_as_str') {
return $buf
}