diff mplayer.c @ 33888:b6ec17457aae

Cosmetic: Adjust indent.
author ib
date Fri, 12 Aug 2011 09:41:08 +0000
parents 584b9baad6b5
children ab5aca1a07ce
line wrap: on
line diff
--- a/mplayer.c	Fri Aug 12 09:40:29 2011 +0000
+++ b/mplayer.c	Fri Aug 12 09:41:08 2011 +0000
@@ -2901,9 +2901,9 @@
         exit_player(EXIT_NONE);
 
     if (!filename && !player_idle_mode && !use_gui) {
-            // no file/vcd/dvd -> show HELP:
-            mp_msg(MSGT_CPLAYER, MSGL_INFO, help_text);
-            exit_player_with_rc(EXIT_NONE, 0);
+        // no file/vcd/dvd -> show HELP:
+        mp_msg(MSGT_CPLAYER, MSGL_INFO, help_text);
+        exit_player_with_rc(EXIT_NONE, 0);
     }
 
     /* Display what configure line was used */