]> git.sesse.net Git - vlc/commitdiff
Fix indentation.
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 30 Dec 2009 15:14:00 +0000 (16:14 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 4 Jan 2010 19:06:56 +0000 (20:06 +0100)
modules/misc/lua/intf.c

index ad6247c6551206eb62971a5845b8d563a7906f98..2dedafd6538a39e9d0a9e02b336bd13b27f01a6b 100644 (file)
@@ -169,7 +169,8 @@ int Open_LuaIntf( vlc_object_t *p_this )
         psz_name = strdup( "rc" );
     else
         psz_name = GetModuleName( p_intf );
-        if( !psz_name ) psz_name = strdup( "dummy" );
+
+    if( !psz_name ) psz_name = strdup( "dummy" );
 
     char *psz_config;
     bool b_config_set = false;