[client] clipboard/wayland: address style nits

This commit is contained in:
Tudor Brindus
2021-01-10 17:27:02 -05:00
committed by Geoffrey McRae
parent bf223158d0
commit 2aa2ec31ef
2 changed files with 150 additions and 150 deletions

View File

@@ -70,9 +70,7 @@ static bool x11_cb_init(
{
// final sanity check
if (wminfo->subsystem != SDL_SYSWM_X11)
{
return false;
}
this = (struct state *)malloc(sizeof(struct state));
memset(this, 0, sizeof(struct state));