From edb81cf84a0e49fc7ec51b20c6a1f5d180200a7f Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 7 Dec 2025 09:12:34 -0800
Subject: [PATCH] Fixed whitespace
---
include/SDL3/SDL_mouse.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/SDL3/SDL_mouse.h b/include/SDL3/SDL_mouse.h
index 20f9c8b5cb73b..7a3be231d2004 100644
--- a/include/SDL3/SDL_mouse.h
+++ b/include/SDL3/SDL_mouse.h
@@ -203,10 +203,10 @@ typedef Uint32 SDL_MouseButtonFlags;
* \sa SDL_SetRelativeMouseTransform
*/
typedef void (SDLCALL *SDL_MouseMotionTransformCallback)(
- void *userdata,
- Uint64 timestamp,
- SDL_Window *window,
- SDL_MouseID mouseID,
+ void *userdata,
+ Uint64 timestamp,
+ SDL_Window *window,
+ SDL_MouseID mouseID,
float *x, float *y
);