aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/layout.c
diff options
context:
space:
mode:
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 }