[vlc-commits] win32: manifest: Remove trailing whitespaces

Hugo Beauzée-Luyssen git at videolan.org
Wed Mar 8 15:55:07 CET 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Mar  8 15:51:48 2017 +0100| [23b91f115d6908466a27e77001031ffa5d327364] | committer: Hugo Beauzée-Luyssen

win32: manifest: Remove trailing whitespaces

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23b91f115d6908466a27e77001031ffa5d327364
---

 extras/package/win32/libvlc.dll.manifest | 6 +++---
 extras/package/win32/vlc.exe.manifest    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/extras/package/win32/libvlc.dll.manifest b/extras/package/win32/libvlc.dll.manifest
index 61ac9f3..13b2f5a 100644
--- a/extras/package/win32/libvlc.dll.manifest
+++ b/extras/package/win32/libvlc.dll.manifest
@@ -7,10 +7,10 @@
         type="win32"
     />
     <description>LibVLC</description>
-    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
-        <application> 
+    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
+        <application>
             <!--The ID below indicates app support for Windows Vista -->
-            <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
+            <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
         </application>
     </compatibility>
 </assembly>
diff --git a/extras/package/win32/vlc.exe.manifest b/extras/package/win32/vlc.exe.manifest
index d1f596e..d92c371 100644
--- a/extras/package/win32/vlc.exe.manifest
+++ b/extras/package/win32/vlc.exe.manifest
@@ -26,10 +26,10 @@
             />
         </dependentAssembly>
     </dependency>
-    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
-        <application> 
+    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
+        <application>
             <!--The ID below indicates app support for Windows Vista -->
-            <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
+            <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
         </application>
     </compatibility>
 </assembly>



More information about the vlc-commits mailing list