diff options
| author | fukachan <fukachan> | 2003-12-31 04:03:30 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-12-31 04:03:30 +0000 |
| commit | ac8ee575e893f31c4b49f1847608806466ac4841 (patch) | |
| tree | 78fc9159f024d93320b424a59164f7b1ba4dd716 /fml/lib/FML/Command | |
| parent | f03df9aeacd1574f72cdac0a62ffc6fa55cbcd75 (diff) | |
| download | fml8-ac8ee575e893f31c4b49f1847608806466ac4841.tar.gz fml8-ac8ee575e893f31c4b49f1847608806466ac4841.tar.bz2 fml8-ac8ee575e893f31c4b49f1847608806466ac4841.zip | |
white space cosmetics
Diffstat (limited to 'fml/lib/FML/Command')
| -rw-r--r-- | fml/lib/FML/Command/User/summary.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/User/summary.pm b/fml/lib/FML/Command/User/summary.pm index 034856b7..86690592 100644 --- a/fml/lib/FML/Command/User/summary.pm +++ b/fml/lib/FML/Command/User/summary.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: summary.pm,v 1.16 2003/08/29 15:34:01 fukachan Exp $ +# $FML: summary.pm,v 1.17 2003/10/18 05:07:41 fukachan Exp $ # package FML::Command::User::summary; @@ -70,7 +70,7 @@ sub lock_channel { return 'article_spool_modify';} sub process { my ($self, $curproc, $command_args) = @_; - my $config = $curproc->config(); + my $config = $curproc->config(); my $article_summary_file = $config->{ "article_summary_file" }; if (-f $article_summary_file) { |
