summaryrefslogtreecommitdiff
path: root/fml/lib/FML/MTA
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-07-09 12:11:11 +0000
committerfukachan <fukachan>2006-07-09 12:11:11 +0000
commitb6576c5f6a85a07323f4d84c329174d2309931c4 (patch)
tree223f4b9697babf9b10d12aef8a6a9406e325371d /fml/lib/FML/MTA
parent800f03b305f15bbc7fcc5fb99b2cbd51096e4e99 (diff)
downloadfml8-b6576c5f6a85a07323f4d84c329174d2309931c4.tar.gz
fml8-b6576c5f6a85a07323f4d84c329174d2309931c4.tar.bz2
fml8-b6576c5f6a85a07323f4d84c329174d2309931c4.zip
white space cosmetics
Diffstat (limited to 'fml/lib/FML/MTA')
-rw-r--r--fml/lib/FML/MTA/Control/Postfix.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/MTA/Control/Postfix.pm b/fml/lib/FML/MTA/Control/Postfix.pm
index f5476494..3aadfb7b 100644
--- a/fml/lib/FML/MTA/Control/Postfix.pm
+++ b/fml/lib/FML/MTA/Control/Postfix.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: Postfix.pm,v 1.11 2006/02/04 07:58:03 fukachan Exp $
+# $FML: Postfix.pm,v 1.12 2006/02/15 13:44:04 fukachan Exp $
#
package FML::MTA::Control::Postfix;
@@ -481,7 +481,7 @@ sub postfix_install_createonpost
$rh->close();
}
}
-
+
# 2. install create-on-post entry into virtual.
unless ($dup) {
$curproc->ui_message("updating $virtual database for create-on-post");
@@ -529,7 +529,7 @@ sub postfix_delete_createonpost
LINE:
while($buf = <$rh>) {
if ($buf =~ /<CREATE-ON-POST>/
- ..
+ ..
$buf =~ /<\/CREATE-ON-POST>/) {
next LINE;
}
@@ -543,7 +543,7 @@ sub postfix_delete_createonpost
$curproc->ui_message("error: $s");
$curproc->logerror($s);
}
-
+
# rebuild .map file.
$self->postfix_update_virtual_map($curproc, $params, $optargs);
}