]> git.sesse.net Git - vlc/blobdiff - modules/access_filter/timeshift.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / access_filter / timeshift.c
index 33bc5c2cf38978d7dbf5bedc6c7a675f18589cc9..9693b89d38779dd149f6cac8737dfb6c34ce154d 100644 (file)
@@ -27,7 +27,6 @@
  *****************************************************************************/
 #include <vlc/vlc.h>
 
-#include <stdio.h>
 
 #include <errno.h>
 
@@ -538,7 +537,7 @@ static int Control( access_t *p_access, int i_query, va_list args )
         *pi_int = 0;
         break;
 
-    case ACCESS_SET_PAUSE_STATE: 
+    case ACCESS_SET_PAUSE_STATE:
         break;
 
     /* Forward everything else to the source access */