Fixed style errors

master
Half-Shot 9 years ago
parent 713bf29ec9
commit 68213d57c5

@ -356,11 +356,9 @@ static bool cmd_move(struct sway_config *config, int argc, char **argv) {
move_container(view,&root_container,MOVE_UP);
} else if (strcasecmp(argv[0], "down") == 0) {
move_container(view,&root_container,MOVE_DOWN);
} else
{
} else {
return false;
}
return true;
}

Loading…
Cancel
Save