summaryrefslogtreecommitdiff
path: root/fml/lib/IO
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-08-03 13:13:18 +0000
committerfukachan <fukachan>2002-08-03 13:13:18 +0000
commitbd92fcbaea09c6d9a665aa50145badf7bc7b19dc (patch)
tree4a360efc1b4f21747318efb5c5ae9c095542356f /fml/lib/IO
parent597d1d191aaa0c1d46d44c67a69155f4306a6a53 (diff)
downloadfml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.tar.gz
fml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.tar.bz2
fml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.zip
white spaces
Diffstat (limited to 'fml/lib/IO')
-rw-r--r--fml/lib/IO/Adapter/DBI.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/IO/Adapter/DBI.pm b/fml/lib/IO/Adapter/DBI.pm
index d29a73c3..1b94e298 100644
--- a/fml/lib/IO/Adapter/DBI.pm
+++ b/fml/lib/IO/Adapter/DBI.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: DBI.pm,v 1.17 2002/07/24 11:05:50 fukachan Exp $
+# $FML: DBI.pm,v 1.18 2002/07/24 13:01:40 fukachan Exp $
#
package IO::Adapter::DBI;
@@ -199,7 +199,7 @@ sub get_next_key
# Descriptions: return value(s) to the primary key in the table
-# as ARRAY_REF
+# as ARRAY_REF
# XXX definition is o.k.?
# Arguments: OBJ($self) HASH_REF($args) STR($mode)
# Side Effects: none
@@ -321,7 +321,7 @@ sub delete
=head2 md_find()
-map specific find().
+map specific find().
=cut