Index: /trunk/src/VBox/Main/idl/apiwrap-server.xsl
===================================================================
--- /trunk/src/VBox/Main/idl/apiwrap-server.xsl	(revision 53925)
+++ /trunk/src/VBox/Main/idl/apiwrap-server.xsl	(revision 53926)
@@ -34,9 +34,4 @@
 
 <xsl:variable name="G_root" select="/"/>
-
-<xsl:variable name="G_sNewLine">
-    <xsl:text>
-</xsl:text>
-</xsl:variable>
 
 <xsl:include href="typemap-shared.inc.xsl"/>
Index: /trunk/src/VBox/Main/idl/typemap-shared.inc.xsl
===================================================================
--- /trunk/src/VBox/Main/idl/typemap-shared.inc.xsl	(revision 53925)
+++ /trunk/src/VBox/Main/idl/typemap-shared.inc.xsl	(revision 53926)
@@ -29,4 +29,8 @@
 <xsl:variable name="G_lowerCase" select="'abcdefghijklmnopqrstuvwxyz'" />
 <xsl:variable name="G_upperCase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'" />
+<xsl:variable name="G_sNewLine">
+  <xsl:text>
+</xsl:text>
+</xsl:variable>
 
 <!-- target namespace; this must match the xmlns:vbox in stylesheet opening tags! -->
