]> git.sesse.net Git - vlc/commitdiff
Lua: code cosmetic
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 27 Jan 2015 23:44:45 +0000 (00:44 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 27 Jan 2015 23:44:45 +0000 (00:44 +0100)
modules/lua/vlc.c

index df235d06c7ff09c1477d963560a655551d0ca993..d6e0b409127ad9012a8b25b6b2262a2867066a4f 100644 (file)
@@ -294,8 +294,7 @@ int vlclua_scripts_batch_execute( vlc_object_t *p_this,
 
             if( likely(psz_filename != NULL) )
             {
-                msg_Dbg( p_this, "Trying Lua playlist script %s",
-                         psz_filename );
+                msg_Dbg( p_this, "Trying Lua playlist script %s", psz_filename );
                 i_ret = func( p_this, psz_filename, user_data );
                 free( psz_filename );
                 if( i_ret == VLC_SUCCESS )