From f8ff15411e78caf5ba47ad5b7e8861b5e775fae3 Mon Sep 17 00:00:00 2001
From: Marek Roszko <mark.roszko@gmail.com>
Date: Sun, 31 Oct 2021 21:34:29 -0400
Subject: [PATCH] Fix tab/spaces grrr VS

---
 resources/msw/manifests/x64.manifest                | 2 +-
 resources/msw/manifests/x64_dpi_aware_pmv2.manifest | 2 +-
 resources/msw/manifests/x86.manifest                | 2 +-
 resources/msw/manifests/x86_dpi_aware_pmv2.manifest | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/resources/msw/manifests/x64.manifest b/resources/msw/manifests/x64.manifest
index f804fc700b..a5f27f64b9 100644
--- a/resources/msw/manifests/x64.manifest
+++ b/resources/msw/manifests/x64.manifest
@@ -21,7 +21,7 @@
   <asmv3:application>
     <asmv3:windowsSettings>
       <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
-	  <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
+      <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
     </asmv3:windowsSettings>
   </asmv3:application>
   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
diff --git a/resources/msw/manifests/x64_dpi_aware_pmv2.manifest b/resources/msw/manifests/x64_dpi_aware_pmv2.manifest
index f757cbcc91..34e0ffc8e9 100644
--- a/resources/msw/manifests/x64_dpi_aware_pmv2.manifest
+++ b/resources/msw/manifests/x64_dpi_aware_pmv2.manifest
@@ -17,7 +17,7 @@
       <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
       <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, system</dpiAwareness>
       <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
-	  <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
+      <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
 	</asmv3:windowsSettings>
   </asmv3:application>
   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
diff --git a/resources/msw/manifests/x86.manifest b/resources/msw/manifests/x86.manifest
index e228c64a5c..2c8b801f87 100644
--- a/resources/msw/manifests/x86.manifest
+++ b/resources/msw/manifests/x86.manifest
@@ -21,7 +21,7 @@
   <asmv3:application>
     <asmv3:windowsSettings>
       <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
-	  <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
+      <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
     </asmv3:windowsSettings>
   </asmv3:application>
   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
diff --git a/resources/msw/manifests/x86_dpi_aware_pmv2.manifest b/resources/msw/manifests/x86_dpi_aware_pmv2.manifest
index db113ff8df..8c2d961862 100644
--- a/resources/msw/manifests/x86_dpi_aware_pmv2.manifest
+++ b/resources/msw/manifests/x86_dpi_aware_pmv2.manifest
@@ -17,7 +17,7 @@
       <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
       <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, system</dpiAwareness>
       <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
-	  <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
+      <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
     </asmv3:windowsSettings>
   </asmv3:application>
   <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">