changeset 238:9537c32b1e95

Ran through perl-tidy
author Steve Kemp <steve@steve.org.uk>
date Sun, 04 May 2008 13:49:00 +0100
parents 053c52c4516f
children 86e95adc325b
files bin/chronicle
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bin/chronicle	Sun May 04 13:48:29 2008 +0100
+++ b/bin/chronicle	Sun May 04 13:49:00 2008 +0100
@@ -552,9 +552,9 @@
         "pre-build=s",  \$CONFIG{ 'pre-build' },
         "post-build=s", \$CONFIG{ 'post-build' },
 
-               # title
-        "blog-title=s",    \$CONFIG{'blog_title'},
-        "blog-subtitle=s", \$CONFIG{'blog_subtitle'},
+        # title
+        "blog-title=s",    \$CONFIG{ 'blog_title' },
+        "blog-subtitle=s", \$CONFIG{ 'blog_subtitle' },
 
 
     );