[Libosinfo] [PATCH] installer,windows: Minor indentation fixes

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Mon Feb 25 17:30:02 UTC 2013


From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>

Pushed under trivial rule.

---
 data/install-scripts/windows-unattend.xml | 24 ++++++++++++------------
 1 file 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>
 
-- 
1.8.1.2




More information about the Libosinfo mailing list