diff options
| author | Paul Buetow <paul@buetow.org> | 2011-04-26 19:13:48 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-04-26 19:13:48 +0000 |
| commit | d87c0e16f9b880ce38e1ff6a39f22ba49263aef0 (patch) | |
| tree | e9fa42aa49bcf532ca75fc17928aaff850815e1c /Xerl.pm | |
| parent | 4aae3132de0ff117290cdc5a8cebeb5bf467942f (diff) | |
code cleanup using perltidy
Diffstat (limited to 'Xerl.pm')
| -rw-r--r-- | Xerl.pm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |
