diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-19 15:44:28 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-19 15:44:28 -0400 |
commit | 19a794b4829c548a7f5b9dc22e22c24d7f28bad8 (patch) | |
tree | 2c4fdd9a97c4c5c1a16d31a233ebaf63292637f8 /IkiWiki/Setup | |
parent | 10f8a2c85841d5884ccee096145498af96f06f05 (diff) |
parameterized indent
Diffstat (limited to 'IkiWiki/Setup')
-rw-r--r-- | IkiWiki/Setup/Standard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Setup/Standard.pm b/IkiWiki/Setup/Standard.pm index 33b578e12..c85069304 100644 --- a/IkiWiki/Setup/Standard.pm +++ b/IkiWiki/Setup/Standard.pm @@ -18,7 +18,7 @@ sub gendump ($@) { "#", (map { "# $_" } @_), "use IkiWiki::Setup::Standard {", - IkiWiki::Setup::commented_dump(\&dumpline), + IkiWiki::Setup::commented_dump(\&dumpline, "\t"), "}" } |