summaryrefslogtreecommitdiff
path: root/Xerl.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-04-26 19:13:48 +0000
committerPaul Buetow <paul@buetow.org>2011-04-26 19:13:48 +0000
commitd87c0e16f9b880ce38e1ff6a39f22ba49263aef0 (patch)
treee9fa42aa49bcf532ca75fc17928aaff850815e1c /Xerl.pm
parent4aae3132de0ff117290cdc5a8cebeb5bf467942f (diff)
code cleanup using perltidy
Diffstat (limited to 'Xerl.pm')
-rw-r--r--Xerl.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xerl.pm b/Xerl.pm
index 2510823..c099329 100644
--- a/Xerl.pm
+++ b/Xerl.pm
@@ -78,7 +78,7 @@ sub run($) {
Xerl::Page::Document->new( config => $config );
$document->parse();
- return undef if $config->shutdown_exists();
+ return undef if $config->shutdown_exists();
}
else {
@@ -86,7 +86,7 @@ sub run($) {
Xerl::Page::Templates->new( config => $config );
$templates->parse();
- return undef if $config->shutdown_exists();
+ return undef if $config->shutdown_exists();
$templates->print($time);
}