diff options
Diffstat (limited to 'sway/layout.c')
-rw-r--r-- | sway/layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/layout.c b/sway/layout.c index 4fd6aff9..3fd7f5c1 100644 --- a/sway/layout.c +++ b/sway/layout.c @@ -179,7 +179,7 @@ void arrange_windows(swayc_t *container, int width, int height) { } break; } - layout_log(&root_container, 0); + layout_log(&root_container, 0); } swayc_t *get_swayc_for_handle(wlc_handle handle, swayc_t *parent) { |