summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/HTMLify.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-04-27 05:25:01 +0000
committerfukachan <fukachan>2002-04-27 05:25:01 +0000
commit077c38396742b05246411cae8b76aa4750fb1327 (patch)
treed19a42b1561ef62192b16a569cad81daaad2739f /fml/lib/FML/Command/HTMLify.pm
parentfaa9df5da7ac5653253ceb5c94c9dc0440e3abc8 (diff)
downloadfml8-077c38396742b05246411cae8b76aa4750fb1327.tar.gz
fml8-077c38396742b05246411cae8b76aa4750fb1327.tar.bz2
fml8-077c38396742b05246411cae8b76aa4750fb1327.zip
clean up white spaces
Diffstat (limited to 'fml/lib/FML/Command/HTMLify.pm')
-rw-r--r--fml/lib/FML/Command/HTMLify.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/FML/Command/HTMLify.pm b/fml/lib/FML/Command/HTMLify.pm
index 9a0371eb..93ac99f4 100644
--- a/fml/lib/FML/Command/HTMLify.pm
+++ b/fml/lib/FML/Command/HTMLify.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: HTMLify.pm,v 1.2 2002/04/21 04:54:30 fukachan Exp $
+# $FML: HTMLify.pm,v 1.3 2002/04/22 04:02:01 fukachan Exp $
#
package FML::Command::HTMLify;
@@ -16,7 +16,7 @@ use FML::Log qw(Log LogWarn LogError);
=head1 NAME
-FML::Command::HTMLify - utility functions to convert
+FML::Command::HTMLify - utility functions to convert
=head1 SYNOPSIS
@@ -30,9 +30,9 @@ and file in C<$ml_home_dir>.
=cut
-# Descriptions:
+# Descriptions:
# Arguments: OBJ($self) HASH_REF($args)
-# Side Effects:
+# Side Effects:
# Return Value: none
sub convert
{
@@ -55,7 +55,7 @@ sub convert
if ($is_subdir_exists) {
my (@x) = sort _sort_subdirs @$subdirs;
- print STDERR "subdirs; @x \n";
+ print STDERR "subdirs; @x \n";
for my $xdir (sort _sort_subdirs @$subdirs) {
eval q{
use Mail::Message::ToHTML;