changeset 29617:3343d5151134

Make indentation consistent with the rest of the file
author reimar
date Tue, 08 Sep 2009 09:07:23 +0000
parents 2609ee836bc1
children 1a4d159c0436
files command.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/command.c	Tue Sep 08 09:06:43 2009 +0000
+++ b/command.c	Tue Sep 08 09:07:23 2009 +0000
@@ -948,7 +948,7 @@
 	if (prog.aid < 0 && prog.vid < 0) {
 	    mp_msg(MSGT_CPLAYER, MSGL_ERR, "Selected program contains no audio or video streams!\n");
 	    return M_PROPERTY_ERROR;
-        }
+	}
 	mp_property_do("switch_audio", M_PROPERTY_SET, &prog.aid, mpctx);
 	mp_property_do("switch_video", M_PROPERTY_SET, &prog.vid, mpctx);
 	return M_PROPERTY_OK;