mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
Fix nitpicks
This commit is contained in:
parent
a7b3f29292
commit
61c1187685
2 changed files with 6 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue