sdl2-compat: minor whitespace adjustment.

From 8139da3cfc40b5bebbf2a2a0f49c1adb222953f9 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Thu, 2 Mar 2023 23:33:02 +0300
Subject: [PATCH] minor whitespace adjustment.

---
 src/sdl2_compat.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/sdl2_compat.c b/src/sdl2_compat.c
index 4c02289..ddbe9e7 100644
--- a/src/sdl2_compat.c
+++ b/src/sdl2_compat.c
@@ -4252,8 +4252,8 @@ SDL_RenderCopyF(SDL_Renderer *renderer, SDL_Texture *texture, const SDL_Rect *sr
 
 DECLSPEC int SDLCALL
 SDL_RenderCopyEx(SDL_Renderer *renderer, SDL_Texture *texture,
-                     const SDL_Rect *srcrect, const SDL_Rect *dstrect,
-                     const double angle, const SDL_Point *center, const SDL_RendererFlip flip)
+                 const SDL_Rect *srcrect, const SDL_Rect *dstrect,
+                 const double angle, const SDL_Point *center, const SDL_RendererFlip flip)
 {
     SDL_FRect srcfrect;
     SDL_FRect *psrcfrect = NULL;
@@ -4289,8 +4289,8 @@ SDL_RenderCopyEx(SDL_Renderer *renderer, SDL_Texture *texture,
 
 DECLSPEC int SDLCALL
 SDL_RenderCopyExF(SDL_Renderer *renderer, SDL_Texture *texture,
-                     const SDL_Rect *srcrect, const SDL_FRect *dstrect,
-                     const double angle, const SDL_FPoint *center, const SDL_RendererFlip flip)
+                  const SDL_Rect *srcrect, const SDL_FRect *dstrect,
+                  const double angle, const SDL_FPoint *center, const SDL_RendererFlip flip)
 {
     SDL_FRect srcfrect;
     SDL_FRect *psrcfrect = NULL;