aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/layout.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-03 19:23:59 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-03 19:23:59 -0400
commit481a8275c178f81bb2d9927c5047e959fdbc383a (patch)
tree4a2f1f85be06a17f2885a53676bd446d8fd8c502 /sway/tree/layout.c
parentfix old todos (diff)
downloadsway-481a8275c178f81bb2d9927c5047e959fdbc383a.tar.gz
sway-481a8275c178f81bb2d9927c5047e959fdbc383a.tar.zst
sway-481a8275c178f81bb2d9927c5047e959fdbc383a.zip
address feedback
Diffstat (limited to 'sway/tree/layout.c')
-rw-r--r--sway/tree/layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c
index c3cdaae0..3cbbf3b4 100644
--- a/sway/tree/layout.c
+++ b/sway/tree/layout.c
@@ -174,7 +174,7 @@ enum sway_container_layout container_get_default_layout(
174 } 174 }
175 175
176 if (!sway_assert(con != NULL, 176 if (!sway_assert(con != NULL,
177 "container_get_default_layout must be called on an attached " 177 "container_get_default_layout must be called on an attached"
178 " container below the root container")) { 178 " container below the root container")) {
179 return 0; 179 return 0;
180 } 180 }