Switch extension inner archive to store compression mode and switch outer VSIX archiv...
[pub/USBasp.git] / LUFA / StudioIntegration / XSLT / lufa_indent_transform.xslt
index a05a824..166f425 100644 (file)
@@ -6,7 +6,7 @@
            www.lufa-lib.org
 -->
 
-<!-- Atmel Studio framework Module XML transform file -->
+<!-- Atmel Studio framework XML transform file -->
 
 <!-- Indents a given XML document to match the node hierarchy. -->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
@@ -20,4 +20,4 @@
        <xsl:template match="/">
                <xsl:copy-of select="."/>
        </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>