summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/on.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/Command/Admin/on.pm
parent490d4269214ec44227147cf6a85b9ed6458688aa (diff)
downloadfml8-a12f82dba895a9ecc7d624af8e6594a0c60271c2.tar.gz
fml8-a12f82dba895a9ecc7d624af8e6594a0c60271c2.tar.bz2
fml8-a12f82dba895a9ecc7d624af8e6594a0c60271c2.zip
white space cosmetics
Diffstat (limited to 'fml/lib/FML/Command/Admin/on.pm')
-rw-r--r--fml/lib/FML/Command/Admin/on.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/Command/Admin/on.pm b/fml/lib/FML/Command/Admin/on.pm
index 9ad65ae9..1df3121f 100644
--- a/fml/lib/FML/Command/Admin/on.pm
+++ b/fml/lib/FML/Command/Admin/on.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: on.pm,v 1.19 2004/04/30 13:38:05 fukachan Exp $
+# $FML: on.pm,v 1.20 2004/06/30 03:05:13 fukachan Exp $
#
package FML::Command::Admin::on;
@@ -117,7 +117,7 @@ sub process
unless ($cred->has_address_in_map($member_map, $config, $address)) {
my $r = "no such member";
$curproc->reply_message_nl('error.no_such_member',
- $r,
+ $r,
$msg_args);
$curproc->logerror($r);
croak($r);
@@ -125,8 +125,8 @@ sub process
if ($cred->has_address_in_map($recipient_map, $config, $address)) {
my $r = "already recipient";
- $curproc->reply_message_nl('error.already_recipient',
- $r,
+ $curproc->reply_message_nl('error.already_recipient',
+ $r,
$msg_args);
$curproc->logerror($r);
croak($r);