Commit 788d2256 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Lua: extension: reindent

parent 7031f81c
......@@ -340,8 +340,6 @@ static void* Run( void *data )
vlc_restorecancel( cancel );
/* Run command */
if( true )
{
if( LockExtension( p_ext ) )
{
mutex_cleanup_push( &p_ext->p_sys->running_lock );
......@@ -429,7 +427,6 @@ static void* Run( void *data )
vlc_cleanup_pop();
UnlockExtension( p_ext );
}
}
FreeCommands( cmd );
cancel = vlc_savecancel();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment