diff options
author | Half-Shot <[email protected]> | 2015-08-20 21:45:00 +0100 |
---|---|---|
committer | Half-Shot <[email protected]> | 2015-08-20 21:45:00 +0100 |
commit | 713bf29ec901b711d782e96721898c32fcd5d56e (patch) | |
tree | 08a2ab6b97d1e729204fb611aed9c919b1b47a0a /sway/commands.c | |
parent | 3f5343199b7668b8a57793be81bd8c6911dc4dd3 (diff) |
Few stray bits
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index e39b781a..5d79104f 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -362,6 +362,7 @@ static bool cmd_move(struct sway_config *config, int argc, char **argv) { } return true; +} static bool cmd_gaps(struct sway_config *config, int argc, char **argv) { if (!checkarg(argc, "gaps", EXPECTED_AT_LEAST, 1)) { |