[vlc-commits] lib/vlm.c: remove trailing whitespace
Filip Roséen
git at videolan.org
Thu Oct 13 11:09:47 CEST 2016
vlc | branch: master | Filip Roséen <filip at atch.se> | Wed Oct 12 20:08:07 2016 +0200| [5fb90b6f9ac24d3e942257f859d623857a33a2a7] | committer: Jean-Baptiste Kempf
lib/vlm.c: remove trailing whitespace
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5fb90b6f9ac24d3e942257f859d623857a33a2a7
---
lib/vlm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/vlm.c b/lib/vlm.c
index 8093dc8..aecfca6 100644
--- a/lib/vlm.c
+++ b/lib/vlm.c
@@ -40,7 +40,7 @@ static int VlmEvent( vlc_object_t *p_this, const char * name,
{
VLC_UNUSED(p_this);
VLC_UNUSED(name);
- VLC_UNUSED(old_val);
+ VLC_UNUSED(old_val);
vlm_event_t *event = (vlm_event_t*)newval.p_address;
libvlc_event_manager_t *p_event_manager = (libvlc_event_manager_t *) param;
libvlc_event_t libvlc_event;
More information about the vlc-commits
mailing list