mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-01 15:38:29 +00:00
Small format changed (using clang-format 15.0.2-1)
(cherry picked from commit 778b8926b4
)
This commit is contained in:
@@ -89,7 +89,7 @@ struct _SDL_Joystick
|
||||
{
|
||||
int dx;
|
||||
int dy;
|
||||
} * balls; /* Current ball motion deltas */
|
||||
} *balls; /* Current ball motion deltas */
|
||||
|
||||
int nbuttons; /* Number of buttons on the joystick */
|
||||
Uint8 *buttons; /* Current button states */
|
||||
|
Reference in New Issue
Block a user