]> git.sesse.net Git - vlc/commitdiff
Remove trailing space.
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 31 Mar 2007 22:03:59 +0000 (22:03 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 31 Mar 2007 22:03:59 +0000 (22:03 +0000)
modules/video_filter/clone.c

index f6da2495dde98707740a14d0260d01f39a3d168a..bdb6fd6f11721b2fbcd5296829aa3aa503751c2c 100644 (file)
@@ -237,7 +237,7 @@ static int Init( vout_thread_t *p_vout )
 
     for( i_vout = 0; i_vout < p_vout->p_sys->i_clones; i_vout++ )
     {
-        if( p_vout->p_sys->ppsz_vout_list == NULL 
+        if( p_vout->p_sys->ppsz_vout_list == NULL
             || ( !strncmp( p_vout->p_sys->ppsz_vout_list[i_vout],
                            "default", 8 ) ) )
         {