1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-07 23:51:49 +00:00

command: fix whitespace

This commit is contained in:
wm4 2018-03-02 17:09:22 +01:00 committed by Jan Ekström
parent 775b86212d
commit 70ea586eb5

View File

@ -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) {