From 8f484452164c8efc532dc36f9d6f548cd5234045 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 4 Aug 2008 13:34:10 +0000 Subject: cosmetic: reindent after r27412 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27413 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command.c') diff --git a/command.c b/command.c index 2dedd97d14..31201b6fef 100644 --- a/command.c +++ b/command.c @@ -455,7 +455,7 @@ static int mp_property_angle(m_option_t *prop, int action, void *arg, char *angle_name = NULL; if (mpctx->demuxer) - angle = demuxer_get_current_angle(mpctx->demuxer); + angle = demuxer_get_current_angle(mpctx->demuxer); if (angle < 0) return M_PROPERTY_UNAVAILABLE; angles = demuxer_angles_count(mpctx->demuxer); -- cgit v1.2.3