From 70ea586eb5493624cf45c81153d41bbd29153140 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 2 Mar 2018 17:09:22 +0100 Subject: command: fix whitespace --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/command.c b/player/command.c index af32c924ab..67cc1db250 100644 --- a/player/command.c +++ b/player/command.c @@ -5294,7 +5294,7 @@ int run_command(struct MPContext *mpctx, struct mp_cmd *cmd, struct mpv_node *re for (int n = first; n < mpctx->num_tracks; n++) { struct track *t = mpctx->tracks[n]; - if (cmd->args[1].v.i == 1){ + if (cmd->args[1].v.i == 1) { t->no_default = true; } else if (n == first) { if (mpctx->playback_initialized) { -- cgit v1.2.3