summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tools')
-rw-r--r--src/build/tools/insert_newlines.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/tools/insert_newlines.xsl b/src/build/tools/insert_newlines.xsl
index 637c22b57..6edfe9dd4 100644
--- a/src/build/tools/insert_newlines.xsl
+++ b/src/build/tools/insert_newlines.xsl
@@ -23,7 +23,7 @@
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:output method="xml" indent="no" omit-xml-declaration="yes"/>
+ <xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
<!-- Copy everything from the source file to the destination as it is but
add newlines if the current match is a child element of the root node.
OpenPOWER on IntegriCloud