# HG changeset patch # User Ethan Lee # Date 1612483567 18000 # Thu Feb 04 19:06:07 2021 -0500 # Node ID ec9d144b28931cf35d85f593f88be93614e432ae # Parent cf278629c8afa6806dabad569099d74fbe129799 Minor whitespace cleanup diff -r cf278629c8af -r ec9d144b2893 src/video/wayland/SDL_waylandwindow.c --- a/src/video/wayland/SDL_waylandwindow.c Thu Feb 04 19:04:56 2021 -0500 +++ b/src/video/wayland/SDL_waylandwindow.c Thu Feb 04 19:06:07 2021 -0500 @@ -928,7 +928,7 @@ { SDL_WindowData *wind = window->driverdata; SDL_VideoData *viddata = (SDL_VideoData *) _this->driverdata; - + if (window->title != NULL) { if (viddata->shell.xdg) { xdg_toplevel_set_title(wind->shell_surface.xdg.roleobj.toplevel, window->title);