[vlc-devel] [PATCH 08/13] lib/vlm.c: remove trailing whitespace
Filip Roséen
filip at atch.se
Wed Oct 12 20:08:07 CEST 2016
---
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;
--
2.10.0
More information about the vlc-devel
mailing list