summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-03-02 17:09:22 +0100
committerJan Ekström <jeebjp@gmail.com>2018-03-03 02:38:01 +0200
commit70ea586eb5493624cf45c81153d41bbd29153140 (patch)
tree82537f8f495ef0ea0a5bbc3ab4c9169635a3dd6d
parent775b86212d4fbe1a25ce0f1552478e0fb9a7c25e (diff)
downloadmpv-70ea586eb5493624cf45c81153d41bbd29153140.tar.bz2
mpv-70ea586eb5493624cf45c81153d41bbd29153140.tar.xz
command: fix whitespace
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
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) {