summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-09 05:58:41 +0000
committerfukachan <fukachan>2001-03-09 05:58:41 +0000
commit4b34c349196fc9b199dabdad70197dafe865ca49 (patch)
tree9c53b6663ab500f417cd71af5d62a3a442434b76 /fml/lib/FML/Process
parent90d2cfba24e99b79cee1cb2d62c82e1c5380fd67 (diff)
downloadfml8-4b34c349196fc9b199dabdad70197dafe865ca49.tar.gz
fml8-4b34c349196fc9b199dabdad70197dafe865ca49.tar.bz2
fml8-4b34c349196fc9b199dabdad70197dafe865ca49.zip
clean up, remove empty line
Diffstat (limited to 'fml/lib/FML/Process')
-rw-r--r--fml/lib/FML/Process/Distribute.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm
index 8cbf854a..8b4fbcec 100644
--- a/fml/lib/FML/Process/Distribute.pm
+++ b/fml/lib/FML/Process/Distribute.pm
@@ -97,7 +97,7 @@ sub _distribute
{
my ($curproc, $args) = @_;
my $config = $curproc->{ config };
-
+
# XXX $ah is "article handler" object.
# XXX $ah != $curproc->{ article } (which is just a key)
# XXX $curproc->{ article } is prepared as a side effect.