summaryrefslogtreecommitdiff
path: root/fml/lib/FML/ML
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-02-15 04:38:24 +0000
committerfukachan <fukachan>2004-02-15 04:38:24 +0000
commit7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4 (patch)
treec64d18d463c0bc545b492549268b76967be91e2e /fml/lib/FML/ML
parent3164c784e4aa6c57f09236e7ea8c49f25d8016d6 (diff)
downloadfml8-7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4.tar.gz
fml8-7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4.tar.bz2
fml8-7603cf4e6e0f9b1c0275e0edf430f482bf07d6c4.zip
white space cosmetics.
Diffstat (limited to 'fml/lib/FML/ML')
-rw-r--r--fml/lib/FML/ML/Control.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/ML/Control.pm b/fml/lib/FML/ML/Control.pm
index 0ec35e07..4b59d98c 100644
--- a/fml/lib/FML/ML/Control.pm
+++ b/fml/lib/FML/ML/Control.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: Control.pm,v 1.3 2004/01/22 15:14:23 fukachan Exp $
+# $FML: Control.pm,v 1.4 2004/01/23 09:17:36 fukachan Exp $
#
package FML::ML::Control;
@@ -34,7 +34,7 @@ sub new
{
my ($self, $curproc) = @_;
my ($type) = ref($self) || $self;
- my $me = {};
+ my $me = {};
return bless $me, $type;
}
@@ -103,7 +103,7 @@ sub init_ml_home_dir
}
# $ml_home_dir/etc/mail
- my $dirlist =
+ my $dirlist =
$config->get_as_array_ref('newml_command_init_public_directories');
for my $_dir (@$dirlist) {
unless (-d $_dir) {