Fix nitpicks

This commit is contained in:
Ryan Dwyer 2018-06-27 17:23:44 +10:00
parent a7b3f29292
commit 61c1187685
2 changed files with 6 additions and 7 deletions

View file

@ -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;
}