[vlc-commits] hw/vdpau: codestyle fixes
Marvin Scholz
git at videolan.org
Tue Mar 31 13:05:53 CEST 2020
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Mar 31 13:04:43 2020 +0200| [5a41db4531dd3d6f6371c731840f751cca97c9ca] | committer: Marvin Scholz
hw/vdpau: codestyle fixes
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a41db4531dd3d6f6371c731840f751cca97c9ca
---
modules/hw/vdpau/vlc_vdpau.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/hw/vdpau/vlc_vdpau.h b/modules/hw/vdpau/vlc_vdpau.h
index 19ecefdaab..6f091d1af6 100644
--- a/modules/hw/vdpau/vlc_vdpau.h
+++ b/modules/hw/vdpau/vlc_vdpau.h
@@ -21,8 +21,8 @@
#ifndef VLC_VDPAU_H
#define VLC_VDPAU_H
-# include <stdint.h>
-# include <vdpau/vdpau.h>
+#include <stdint.h>
+#include <vdpau/vdpau.h>
#include <vlc_codec.h>
typedef struct vdp_s vdp_t;
More information about the vlc-commits
mailing list