Skip to content

Commit edb81cf

Browse files
committed
Fixed whitespace
1 parent 9257df2 commit edb81cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/SDL3/SDL_mouse.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ typedef Uint32 SDL_MouseButtonFlags;
203203
* \sa SDL_SetRelativeMouseTransform
204204
*/
205205
typedef void (SDLCALL *SDL_MouseMotionTransformCallback)(
206-
void *userdata,
207-
Uint64 timestamp,
208-
SDL_Window *window,
209-
SDL_MouseID mouseID,
206+
void *userdata,
207+
Uint64 timestamp,
208+
SDL_Window *window,
209+
SDL_MouseID mouseID,
210210
float *x, float *y
211211
);
212212

0 commit comments

Comments
 (0)