summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-02-25 14:53:07 +0100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-02-25 18:28:05 +0100
commit6c5a9e136cb3879b657ce0c1a27b4c7d8d11cf50 (patch)
tree376946e5a00e0dacd0bab15a4bd49608457e8266
parent28f00947a4d95f85d58968c6363a3c2aeb02a28f (diff)
installer,windows: Minor indentation fixes
-rw-r--r--data/install-scripts/windows-unattend.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/data/install-scripts/windows-unattend.xml b/data/install-scripts/windows-unattend.xml
index e140617..d4e1b98 100644
--- a/data/install-scripts/windows-unattend.xml
+++ b/data/install-scripts/windows-unattend.xml
@@ -51,9 +51,9 @@
<xsl:when test="config/pre-install-drivers-disk != ''">
<xsl:value-of select="config/pre-install-drivers-disk"/>
</xsl:when>
- <xsl:otherwise>
- <xsl:text>A</xsl:text>
- </xsl:otherwise>
+ <xsl:otherwise>
+ <xsl:text>A</xsl:text>
+ </xsl:otherwise>
</xsl:choose>
</xsl:template>
@@ -62,9 +62,9 @@
<xsl:when test="config/pre-install-drivers-location != ''">
<xsl:value-of select="config/pre-install-drivers-location"/>
</xsl:when>
- <xsl:otherwise>
- <xsl:text>\</xsl:text>
- </xsl:otherwise>
+ <xsl:otherwise>
+ <xsl:text>\</xsl:text>
+ </xsl:otherwise>
</xsl:choose>
</xsl:template>
@@ -270,9 +270,9 @@
<xsl:when test="config/pre-install-drivers-disk != ''">
<xsl:value-of select="config/pre-install-drivers-disk"/>
</xsl:when>
- <xsl:otherwise>
- <xsl:text>A</xsl:text>
- </xsl:otherwise>
+ <xsl:otherwise>
+ <xsl:text>A</xsl:text>
+ </xsl:otherwise>
</xsl:choose>
</xsl:template>
@@ -281,9 +281,9 @@
<xsl:when test="config/pre-install-drivers-location != ''">
<xsl:value-of select="config/pre-install-drivers-location"/>
</xsl:when>
- <xsl:otherwise>
- <xsl:text>\</xsl:text>
- </xsl:otherwise>
+ <xsl:otherwise>
+ <xsl:text>\</xsl:text>
+ </xsl:otherwise>
</xsl:choose>
</xsl:template>