Indent with a slightly more common two spaces, not three.

This commit is contained in:
Gavin Atkinson 2013-05-01 12:29:21 +00:00
parent 1d73911b1a
commit d0cbba3882
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41533

View file

@ -24,7 +24,7 @@ sub xml
my($Tag, $Etc) = split(' ', $TagEtc, 2); my($Tag, $Etc) = split(' ', $TagEtc, 2);
my $Spaces = " " x ($Indent*3); my $Spaces = " " x ($Indent*2);
if (!@Text) if (!@Text)
{ {
# No text in the tag # No text in the tag