contrib/wix/i18n.wxs
changeset 19023 86531a7038ed
parent 16220 939f043ab5ed
--- a/contrib/wix/i18n.wxs	Wed Apr 17 03:39:36 2013 +0200
+++ b/contrib/wix/i18n.wxs	Wed Apr 17 03:40:18 2013 +0200
@@ -4,7 +4,7 @@
   <?include guids.wxi ?>
   <?include defines.wxi ?>
 
-  <?define hg_po_langs = 
+  <?define hg_po_langs =
     da;de;el;fr;it;ja;pt_BR;ro;ru;sv;zh_CN;zh_TW
   ?>
 
@@ -14,8 +14,8 @@
         <Component Id="i18nFolder" Guid="$(var.i18nFolder.guid)" Win64='$(var.IsX64)'>
           <File Name="hggettext" KeyPath="yes" />
           <?foreach LANG in $(var.hg_po_langs) ?>
-            <File Id="hg.$(var.LANG).po" 
-                  Name="$(var.LANG).po" 
+            <File Id="hg.$(var.LANG).po"
+                  Name="$(var.LANG).po"
             />
           <?endforeach?>
         </Component>