]> git.sesse.net Git - vlc/blobdiff - modules/access_output/shout.c
Shout: remove tabs in sourcecode
[vlc] / modules / access_output / shout.c
index 1c0579b125296395e898a9e22c75c6d369102500..235cd1f9545488a35a9d863dcdbd04bda50395e7 100644 (file)
@@ -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 );
         }
     }