summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Utils.pm
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/FML/Process/Utils.pm
parent597d1d191aaa0c1d46d44c67a69155f4306a6a53 (diff)
downloadfml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.tar.gz
fml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.tar.bz2
fml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.zip
white spaces
Diffstat (limited to 'fml/lib/FML/Process/Utils.pm')
-rw-r--r--fml/lib/FML/Process/Utils.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Utils.pm b/fml/lib/FML/Process/Utils.pm
index c8bb4280..59d25e3b 100644
--- a/fml/lib/FML/Process/Utils.pm
+++ b/fml/lib/FML/Process/Utils.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: Utils.pm,v 1.36 2002/07/23 13:03:13 fukachan Exp $
+# $FML: Utils.pm,v 1.37 2002/07/23 13:16:44 fukachan Exp $
#
package FML::Process::Utils;
@@ -802,7 +802,7 @@ sub which_map_nl
for my $mode (qw(member recipient admin_member)) {
my $maps = $config->get_as_array_ref("${mode}_maps");
for my $m (@$maps) {
- if ($map eq $m) {
+ if ($map eq $m) {
$found = $mode;
last SEARCH_MAPS;
}