]> git.sesse.net Git - vlc/blobdiff - modules/access_filter/timeshift.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / access_filter / timeshift.c
index 961e7495b755f30e5dbd14329b716b7693dc330e..9693b89d38779dd149f6cac8737dfb6c34ce154d 100644 (file)
@@ -27,8 +27,6 @@
  *****************************************************************************/
 #include <vlc/vlc.h>
 
-#include <stdio.h>
-#include <stdlib.h>
 
 #include <errno.h>
 
@@ -539,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 */