From 511a9702fc597ecbdefc0e1b8829b70f0ea2ea53 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 9 Jun 2020 21:43:00 -0700 Subject: [PATCH] Fixed whitespace --- src/video/windows/SDL_windowsframebuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/windows/SDL_windowsframebuffer.c b/src/video/windows/SDL_windowsframebuffer.c index e45e7961e..2ad2eddee 100644 --- a/src/video/windows/SDL_windowsframebuffer.c +++ b/src/video/windows/SDL_windowsframebuffer.c @@ -99,7 +99,7 @@ int WIN_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, voi int WIN_UpdateWindowFramebuffer(_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects) { SDL_WindowData *data = (SDL_WindowData *) window->driverdata; - int i; + int i; for (i = 0; i < numrects; ++i) { BitBlt(data->hdc, rects[i].x, rects[i].y, rects[i].w, rects[i].h,