From 4b337638bb3d50fb299b0145ec85d2ed3627e3ad Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Thu, 3 Nov 2022 13:18:54 +0800 Subject: [PATCH] wgl: Trim trailing spaces in stw_st.c Signed-off-by: Yonggang Luo Reviewed-by: Adam Jackson Part-of: --- src/gallium/frontends/wgl/stw_st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/frontends/wgl/stw_st.c b/src/gallium/frontends/wgl/stw_st.c index 90b22832fe3..366b5fd06f7 100644 --- a/src/gallium/frontends/wgl/stw_st.c +++ b/src/gallium/frontends/wgl/stw_st.c @@ -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. */