]> git.sesse.net Git - vlc/commitdiff
Remove whitespace
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 27 Apr 2006 08:13:50 +0000 (08:13 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 27 Apr 2006 08:13:50 +0000 (08:13 +0000)
src/stream_output/stream_output.c

index 0693b13b568cf9afdd05fd25e2745a48646cf29d..e0072f910c8d913573adc7836a2b893d66ae9c27 100644 (file)
@@ -169,6 +169,7 @@ sout_instance_t *__sout_NewInstance( vlc_object_t *p_parent, char * psz_dest )
 
     return p_sout;
 }
+
 /*****************************************************************************
  * sout_DeleteInstance: delete a previously allocated instance
  *****************************************************************************/
@@ -1008,9 +1009,7 @@ void __sout_CfgParse( vlc_object_t *p_this, char *psz_prefix,
         /* create name */
         asprintf( &psz_name, "%s%s", psz_prefix, b_once ? &ppsz_options[i][1] : ppsz_options[i] );
 
-
         /* Check if the option is deprecated */
-
         p_conf = config_FindConfig( p_this, psz_name );
 
         /* This is basically cut and paste from src/misc/configuration.c