vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Dec 4 19:08:47 2012 +0100| [fda36eca9827ab9391b2aa5851090ee97518307a] | committer: Jean-Baptiste Kempf
Shout: remove tabs in sourcecode > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fda36eca9827ab9391b2aa5851090ee97518307a --- modules/access_output/shout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/access_output/shout.c b/modules/access_output/shout.c index 1c0579b..235cd1f 100644 --- a/modules/access_output/shout.c +++ b/modules/access_output/shout.c @@ -372,8 +372,8 @@ static int Open( vlc_object_t *p_this ) } */ if ( i_ret != SHOUTERR_CONNECTED ) - { - msg_Warn( p_access, "unable to establish connection, retrying..." ); + { + msg_Warn( p_access, "unable to establish connection, retrying..." ); msleep( 30000000 ); } } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
