]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/vcd.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / vcdx / vcd.c
index 0a956635a39bebafa3c3c4c497c0f584a2dec449..af142b4ec6079f5aa3d37f7342c13e4c46c33510 100644 (file)
@@ -46,8 +46,8 @@ int  E_(DebugCallback) ( vlc_object_t *p_this, const char *psz_name,
                          void *p_data );
 
 int  E_(BlocksPerReadCallback) ( vlc_object_t *p_this, const char *psz_name,
-                                vlc_value_t oldval, vlc_value_t val,
-                                void *p_data );
+                 vlc_value_t oldval, vlc_value_t val,
+                 void *p_data );
 
 /*****************************************************************************
  * Option help text
@@ -106,11 +106,11 @@ vlc_module_begin();
                   N_("If nonzero, this gives additional debug information."),
                   DEBUG_LONGTEXT, VLC_TRUE );
 
-    add_integer ( MODULE_STRING "-blocks-per-read", 20, 
-                 NULL,
+    add_integer ( MODULE_STRING "-blocks-per-read", 20,
+          NULL,
                   N_("Number of CD blocks to get in a single read."),
                   N_("Number of CD blocks to get in a single read."),
-                 VLC_TRUE );
+          VLC_TRUE );
 
     add_bool( MODULE_STRING "-PBC", 0, NULL,
               N_("Use playback control?"),
@@ -118,11 +118,11 @@ vlc_module_begin();
                  "Otherwise we play by tracks."),
               VLC_FALSE );
 
-    add_bool( MODULE_STRING "-track-length", VLC_TRUE, 
-             NULL,
+    add_bool( MODULE_STRING "-track-length", VLC_TRUE,
+          NULL,
               N_("Use track length as maximum unit in seek?"),
               N_("If set, the length of the seek bar is the track rather than "
-                "the length of an entry."),
+         "the length of an entry."),
               VLC_FALSE );
 
     add_bool( MODULE_STRING "-extended-info", 0, NULL,