]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/vcd.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / vcdx / vcd.h
index 529e57441d3f8c80dabbb9303922cc48fda03ba9..614449974b67528301f26f51ab12ac80206b83e4 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright (C) 2003, 2004 the VideoLAN team
  * $Id$
  *
- * Authors: Rocky Bernstein <rocky@panix.com> 
+ * Authors: Rocky Bernstein <rocky@panix.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #include <libvcd/info.h>
@@ -46,7 +46,7 @@ typedef struct
 
 #if FINISHED
     vcdplay_event_t         event;
-    vcdplay_ctrl_t          control;   
+    vcdplay_ctrl_t          control;
     vcdplay_highlight_t     hli;
 #endif