]> git.sesse.net Git - vlc/blobdiff - modules/access/dc1394.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / dc1394.c
index e075e79db41f5d9c139891073b6397859251e857..e8f3ed813e2ba52b35ac53d0783f7c74ec0d3195 100644 (file)
@@ -8,7 +8,7 @@
  *****************************************************************************
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; 
+ * License as published by the Free Software Foundation;
  * version 2 of the License.
  *
  * This library is distributed in the hope that it will be useful,
@@ -828,7 +828,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
 static int process_options( demux_t *p_demux )
 {
     demux_sys_t *p_sys = p_demux->p_sys;
-    char *psz_dup; 
+    char *psz_dup;
     char *psz_parser;
     char *token = NULL;
     char *state = NULL;