[vlc-devel] commit: Fix indentation. (Antoine Cellerier )
git version control
git at videolan.org
Mon Jan 4 20:06:32 CET 2010
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Wed Dec 30 16:14:00 2009 +0100| [2146ab418c30d037d43e9a0e5038991881578e6b] | committer: Antoine Cellerier
Fix indentation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2146ab418c30d037d43e9a0e5038991881578e6b
---
modules/misc/lua/intf.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/misc/lua/intf.c b/modules/misc/lua/intf.c
index ad6247c..2dedafd 100644
--- a/modules/misc/lua/intf.c
+++ b/modules/misc/lua/intf.c
@@ -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;
More information about the vlc-devel
mailing list