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 ) ...@@ -340,8 +340,6 @@ static void* Run( void *data )
vlc_restorecancel( cancel ); vlc_restorecancel( cancel );
/* Run command */ /* Run command */
if( true )
{
if( LockExtension( p_ext ) ) if( LockExtension( p_ext ) )
{ {
mutex_cleanup_push( &p_ext->p_sys->running_lock ); mutex_cleanup_push( &p_ext->p_sys->running_lock );
...@@ -429,7 +427,6 @@ static void* Run( void *data ) ...@@ -429,7 +427,6 @@ static void* Run( void *data )
vlc_cleanup_pop(); vlc_cleanup_pop();
UnlockExtension( p_ext ); UnlockExtension( p_ext );
} }
}
FreeCommands( cmd ); FreeCommands( cmd );
cancel = vlc_savecancel(); 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