A couple of style nits.

This commit is contained in:
nicm
2015-09-03 14:30:23 +00:00
parent 6c10fc659a
commit 82326dcbe2
2 changed files with 2 additions and 4 deletions

3
tmux.c
View File

@ -321,8 +321,7 @@ main(int argc, char **argv)
free(path);
label = xstrdup("default");
}
}
else
} else
label = xstrdup("default");
}