Browse Source

wayland: Minor whitespace fix

Ethan Lee 4 years ago
parent
commit
a99eec7751
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/video/wayland/SDL_waylandwindow.c

+ 1 - 1
src/video/wayland/SDL_waylandwindow.c

@@ -928,7 +928,7 @@ void Wayland_SetWindowTitle(_THIS, SDL_Window * window)
 {
     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);