wgl: Trim trailing spaces in stw_st.c

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19491>
This commit is contained in:
Yonggang Luo
2022-11-03 13:18:54 +08:00
committed by Marge Bot
parent 0b82281e3e
commit 4b337638bb
+1 -1
View File
@@ -135,7 +135,7 @@ stw_st_fill_private_loader_data(struct stw_st_framebuffer *stwfb, struct kopper_
out->win32.hwnd = stwfb->fb->hWnd;
out->has_alpha = true;
}
#endif
#endif
/**
* Remove outdated textures and create the requested ones.
*/