]> sipb.mit.edu Git - ikiwiki.git/commitdiff
formatting sillyness
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 12 Feb 2010 09:09:57 +0000 (04:09 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 12 Feb 2010 09:09:57 +0000 (04:09 -0500)
IkiWiki/Setup/Standard.pm

index 71abb1cfb87cfbc737be443fa69c459846f6fcb9..f7a322317f549b9affb08730c53e685710f5930f 100644 (file)
@@ -104,7 +104,7 @@ sub gendump ($) {
                if (@{$section_plugins{$section}} == 1) {
                        push @ret, "", "\t".("#" x 70), "\t# $section plugins",
                                sub {
-                                       wrap("\t#   (", "\t#   ",
+                                       wrap("\t#   (", "\t#    ",
                                                join(", ", @{$section_plugins{$section}})).")"
                                },
                                "\t".("#" x 70);