From 6f6d2eb7705db6e315f7df72db8f81ef7e7d3f35 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 30 Aug 2016 23:45:20 +0200 Subject: command: cosmetics: fix some minor whitespace mistakes --- player/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'player') 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); -- cgit v1.2.3