summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-04 13:34:10 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-04 13:34:10 +0000
commit8f484452164c8efc532dc36f9d6f548cd5234045 (patch)
treeca9d8f0846312cc38579be973b701dcd36883843 /command.c
parent149cab0b0454462040f9f8aa57eb0ec85f3e16d6 (diff)
downloadmpv-8f484452164c8efc532dc36f9d6f548cd5234045.tar.bz2
mpv-8f484452164c8efc532dc36f9d6f548cd5234045.tar.xz
cosmetic: reindent after r27412
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27413 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
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);