diff options
author | Taiyu <taiyu.len@gmail.com> | 2015-08-13 12:26:39 -0700 |
---|---|---|
committer | Taiyu <taiyu.len@gmail.com> | 2015-08-13 12:26:39 -0700 |
commit | 7d294213d1bcfd90052a533588e7d29d1aa96e88 (patch) | |
tree | 4f3b569afac0436960e4627b25ec87f102103e31 | |
parent | e3edab8a4c5d0257874534b01f52956ec13e7ccc (diff) | |
download | sway-7d294213d1bcfd90052a533588e7d29d1aa96e88.tar.xz |
style
-rw-r--r-- | sway/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c index 0935cafc..0adda3e7 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -237,7 +237,7 @@ static bool _do_split(struct sway_config *config, int argc, char **argv, int lay swayc_t *focused = get_focused_container(&root_container); if (focused->type == C_WORKSPACE) { sway_log(L_DEBUG, "Dont split workspaces"); - if(focused->children->length == 0) { + if (focused->children->length == 0) { focused->layout = layout; } return true; |