summaryrefslogtreecommitdiffstats
path: root/sway/debug-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/debug-tree.c')
-rw-r--r--sway/debug-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/debug-tree.c b/sway/debug-tree.c
index ae0a1869..f3465afe 100644
--- a/sway/debug-tree.c
+++ b/sway/debug-tree.c
@@ -25,9 +25,9 @@ static const char *layout_to_str(enum sway_container_layout layout) {
25 case L_FLOATING: 25 case L_FLOATING:
26 return "L_FLOATING"; 26 return "L_FLOATING";
27 case L_NONE: 27 case L_NONE:
28 default:
29 return "L_NONE"; 28 return "L_NONE";
30 } 29 }
30 return "L_NONE";
31} 31}
32 32
33static int draw_container(cairo_t *cairo, struct sway_container *container, 33static int draw_container(cairo_t *cairo, struct sway_container *container,