diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-06-27 17:23:44 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-06-27 17:23:44 +1000 |
commit | 61c118768564eec07ac16494d90f567e75ea60cf (patch) | |
tree | b870a53fdc6e25cac9ad9c3b0b5474ec1cf8503f /sway/tree | |
parent | a7b3f29292cad029f010aa8b5fafb56b08ba4ed7 (diff) | |
download | sway-61c118768564eec07ac16494d90f567e75ea60cf.tar.xz |
Fix nitpicks
Diffstat (limited to 'sway/tree')
-rw-r--r-- | sway/tree/container.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c index 2b9eb636..8446c457 100644 --- a/sway/tree/container.c +++ b/sway/tree/container.c @@ -296,7 +296,8 @@ static struct sway_container *container_output_destroy( /** * Implement the actual destroy logic, without reaping. */ -struct sway_container *container_destroy_noreaping(struct sway_container *con) { +static struct sway_container *container_destroy_noreaping( + struct sway_container *con) { if (con == NULL) { return NULL; } |