From d87c0e16f9b880ce38e1ff6a39f22ba49263aef0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 26 Apr 2011 19:13:48 +0000 Subject: code cleanup using perltidy --- Xerl.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Xerl.pm') 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); } -- cgit v1.2.3