summaryrefslogtreecommitdiff
path: root/fml/lib/FML/User/DB.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-07-23 15:58:59 +0000
committerfukachan <fukachan>2004-07-23 15:58:59 +0000
commita12f82dba895a9ecc7d624af8e6594a0c60271c2 (patch)
tree709178fe95ceb94575b23abd6cb4fe82fe944881 /fml/lib/FML/User/DB.pm
parent490d4269214ec44227147cf6a85b9ed6458688aa (diff)
downloadfml8-a12f82dba895a9ecc7d624af8e6594a0c60271c2.tar.gz
fml8-a12f82dba895a9ecc7d624af8e6594a0c60271c2.tar.bz2
fml8-a12f82dba895a9ecc7d624af8e6594a0c60271c2.zip
white space cosmetics
Diffstat (limited to 'fml/lib/FML/User/DB.pm')
-rw-r--r--fml/lib/FML/User/DB.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/User/DB.pm b/fml/lib/FML/User/DB.pm
index d98c1a64..cffd1711 100644
--- a/fml/lib/FML/User/DB.pm
+++ b/fml/lib/FML/User/DB.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: DB.pm,v 1.6 2004/04/27 13:30:51 fukachan Exp $
+# $FML: DB.pm,v 1.7 2004/07/11 15:43:40 fukachan Exp $
#
package FML::User::DB;
@@ -132,7 +132,7 @@ sub find
$obj->open();
$obj->touch();
- # XXX FIRST MATCH. OK ?
+ # XXX FIRST MATCH. OK ?
$value = $obj->find($_key, {
want => 'key,value',
case_sensitive => 0,