aboutsummaryrefslogtreecommitdiff
path: root/sway/debug-tree.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-06-01 15:41:49 -0700
committerGitHub <noreply@github.com>2018-06-01 15:41:49 -0700
commit96446fdbf748acfdbd4c60fbc0d12e45a27199fe (patch)
tree6d46cc61a1e7c74efe36565796ccbf8b47e7e4a7 /sway/debug-tree.c
parentfd885d5779ef9aa408fa856a66fa7343ce01fa19 (diff)
parent70c2c504452eccbe5a74bc014e99b5b03db14124 (diff)
Merge pull request #2027 from RyanDwyer/implement-floating
Implement floating
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) {
case L_FLOATING:
return "L_FLOATING";
case L_NONE:
- default:
return "L_NONE";
}
+ return "L_NONE";
}
static int draw_container(cairo_t *cairo, struct sway_container *container,