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

Hugo Beauzée-Luyssen git at videolan.org
Wed Mar 8 23:43:51 CET 2017


vlc/vlc-2.2 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Mar  8 15:51:48 2017 +0100| [5df746366c5690c4a08947a4f9e9bd24d31493e0] | committer: Jean-Baptiste Kempf

win32: manifest: Remove trailing whitespaces

(cherry picked from commit 23b91f115d6908466a27e77001031ffa5d327364)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=5df746366c5690c4a08947a4f9e9bd24d31493e0
---

 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