Style fix

This commit is contained in:
Luminarys 2015-08-13 14:49:34 -05:00
parent ea9efc884d
commit ffe59b27a9
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ static bool cmd_set(struct sway_config *config, int argc, char **argv) {
static bool _do_split(struct sway_config *config, int argc, char **argv, int layout) {
char *name = layout == L_VERT ? "splitv":
layout == L_HORIZ ? "splith":"split";
layout == L_HORIZ ? "splith":"split";
if (!checkarg(argc, name, EXPECTED_EQUAL_TO, 0)) {
return false;
}