aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLuminarys <kizunanohikari@gmail.com>2015-08-13 14:49:34 -0500
committerLuminarys <kizunanohikari@gmail.com>2015-08-13 14:49:34 -0500
commitffe59b27a956e4430a97d65874ef15c5e9129ee0 (patch)
treed22fbf61f38f7c8987df51cf5f23b60e5f95e3b3 /sway/commands.c
parentea9efc884d92d32863287b8d8e5a5f8bd631f9f5 (diff)
Style fix
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index c95b9858..cae35237 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -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;
}