]> git.sesse.net Git - vlc/commitdiff
remove excess whitespace
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 16 Dec 2007 22:01:06 +0000 (22:01 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 16 Dec 2007 22:01:06 +0000 (22:01 +0000)
modules/codec/telx.c
modules/demux/ps.h
modules/misc/gtk_main.c
src/control/vlm.c
src/input/vlm.c

index 462e63de7a1a734d9ba7bf185dfceae8b5177257..1d36118d1f0156d6f4ed392f2265895aaaf81f2b 100644 (file)
@@ -183,7 +183,6 @@ static int Open( vlc_object_t *p_this )
         return VLC_ENOMEM;
     }
 
-
     memset( p_sys, 0, sizeof(decoder_sys_t) );
 
     p_sys->i_align = 0;
@@ -629,7 +628,6 @@ static subpicture_t *Decode( decoder_t *p_dec, block_t **pp_block )
                 dbg((p_dec, "%s\n", dbg));
             }
 #endif
         }
         else if ( row == 25 )
         {
@@ -736,4 +734,3 @@ error:
     block_Release( p_block );
     return NULL;
 }
-
index b997f7acf8717e83799d7c0ba81eec80d0d7f2bb..651c7e0ec8d30b26b72c3e375d10f1a08d84acac 100644 (file)
@@ -165,7 +165,7 @@ static inline int ps_track_fill( ps_track_t *tk, ps_psm_t *p_psm, int i_id )
     /* PES packets usually contain truncated frames */
     tk->fmt.b_packetized = VLC_FALSE;
 
-    if( ps_id_to_lang( p_psm , i_id ) )
+    if( ps_id_to_lang( p_psm, i_id ) )
     {
         tk->fmt.psz_language = malloc( 4 );
         memcpy( tk->fmt.psz_language, ps_id_to_lang( p_psm , i_id ), 3 );
index 5997ee561f614b6efd3c6fe88fbd55a7f2349c63..d1ff1657571472b5760befa63c33700fd86d843c 100644 (file)
@@ -193,4 +193,3 @@ static void GtkMain( vlc_object_t *p_this )
 
     gdk_threads_leave();
 }
-
index c21dd000bdda404d2cd1aa4b6be1f4da657597a2..55abdac62ae1a0d0ec87e8941e32c594b9367d1d 100644 (file)
@@ -232,7 +232,6 @@ void libvlc_vlm_add_input( libvlc_instance_t *p_instance, char *psz_name,
 #undef VLM_CHANGE_CODE
 }
 
-
 void libvlc_vlm_change_media( libvlc_instance_t *p_instance, char *psz_name,
                               char *psz_input, char *psz_output, int i_options,
                               char **ppsz_options, int b_enabled, int b_loop,
@@ -259,7 +258,6 @@ void libvlc_vlm_change_media( libvlc_instance_t *p_instance, char *psz_name,
 
 void libvlc_vlm_play_media( libvlc_instance_t *p_instance, char *psz_name,
                             libvlc_exception_t *p_exception )
 {
     vlm_t *p_vlm;
     int64_t id;
@@ -275,7 +273,6 @@ void libvlc_vlm_play_media( libvlc_instance_t *p_instance, char *psz_name,
 
 void libvlc_vlm_stop_media( libvlc_instance_t *p_instance, char *psz_name,
                             libvlc_exception_t *p_exception )
 {
     vlm_t *p_vlm;
     int64_t id;
@@ -291,7 +288,6 @@ void libvlc_vlm_stop_media( libvlc_instance_t *p_instance, char *psz_name,
 
 void libvlc_vlm_pause_media( libvlc_instance_t *p_instance, char *psz_name,
                             libvlc_exception_t *p_exception )
 {
     vlm_t *p_vlm;
     int64_t id;
@@ -307,7 +303,6 @@ void libvlc_vlm_pause_media( libvlc_instance_t *p_instance, char *psz_name,
 
 void libvlc_vlm_seek_media( libvlc_instance_t *p_instance, char *psz_name,
                             float f_percentage, libvlc_exception_t *p_exception )
 {
     vlm_t *p_vlm;
     int64_t id;
@@ -385,4 +380,3 @@ char* libvlc_vlm_show_media( libvlc_instance_t *p_instance, char *psz_name,
     libvlc_exception_raise( p_exception, "Unable to call show %s", psz_name );
     return NULL;
 }
-
index 819c375e24b454954ecd1da6faecb2e53e660a80..f5fb85ef9d2d1b2a58e2788e2fa35e0aa464420c 100644 (file)
@@ -34,7 +34,6 @@
 
 #ifdef ENABLE_VLM
 
-
 #ifdef HAVE_TIME_H
 #   include <time.h>                                              /* ctime() */
 #   include <sys/timeb.h>                                         /* ftime() */
@@ -867,6 +866,7 @@ error:
     }
     return VLC_EGENERIC;
 }
+
 static int ExecuteNew( vlm_t *p_vlm, const char *psz_name, const char *psz_type, const int i_property, char *ppsz_property[], vlm_message_t **pp_status )
 {
     /* Check name */