sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit ffe59b27a956e4430a97d65874ef15c5e9129ee0
parent ea9efc884d92d32863287b8d8e5a5f8bd631f9f5
Author: Luminarys <kizunanohikari@gmail.com>
Date:   Thu, 13 Aug 2015 14:49:34 -0500

Style fix

Diffstat:
Msway/commands.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }