aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transformer_facade.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transformer_facade.cc b/src/transformer_facade.cc
index 431b9f8..1a55c4e 100644
--- a/src/transformer_facade.cc
+++ b/src/transformer_facade.cc
@@ -38,7 +38,7 @@ std::unique_ptr<xalan::FormatterToXML> augmentFormatterToXML(
*(formatter.getWriter()),
stylesheetRoot->getOutputVersion(outputVersion),
stylesheetRoot->getOutputIndent(),
- 0,
+ xalan::FormatterToXML::eDefaultIndentAmount,
stylesheetRoot->getOutputEncoding(outputEncoding),
stylesheetRoot->getOutputMediaType(outputMediaType),
stylesheetRoot->getOutputDoctypePublic(outputDoctypePublic),