summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-30 23:45:20 +0200
committerwm4 <wm4@nowhere>2016-08-30 23:45:20 +0200
commit6f6d2eb7705db6e315f7df72db8f81ef7e7d3f35 (patch)
treea6f5ce0548ecad285fe47dd44706281510d6e7fa /player
parentf3b3702025c0382bd045769e05fec6cb4723d26b (diff)
downloadmpv-6f6d2eb7705db6e315f7df72db8f81ef7e7d3f35.tar.bz2
mpv-6f6d2eb7705db6e315f7df72db8f81ef7e7d3f35.tar.xz
command: cosmetics: fix some minor whitespace mistakes
Diffstat (limited to 'player')
-rw-r--r--player/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/command.c b/player/command.c
index e725f2f529..1c59d130ce 100644
--- a/player/command.c
+++ b/player/command.c
@@ -576,7 +576,7 @@ static int mp_property_drop_frame_cnt(void *ctx, struct m_property *prop,
int action, void *arg)
{
MPContext *mpctx = ctx;
- if (!mpctx->vo_chain)
+ if (!mpctx->vo_chain)
return M_PROPERTY_UNAVAILABLE;
return m_property_int_ro(action, arg, mpctx->vo_chain->video_src->dropped_frames);
@@ -2390,7 +2390,7 @@ static int mp_property_taskbar_progress(void *ctx, struct m_property *prop,
return M_PROPERTY_OK;
mpctx->opts->vo.taskbar_progress = desired;
if (mpctx->video_out)
- update_vo_playback_state( mpctx );
+ update_vo_playback_state(mpctx);
return M_PROPERTY_OK;
}
return mp_property_generic_option(mpctx, prop, action, arg);