[vlc-commits] Shout: remove tabs in sourcecode
Jean-Baptiste Kempf
git at videolan.org
Tue Dec 4 19:10:18 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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 );
}
}
More information about the vlc-commits
mailing list