Small format changed (using clang-format 15.0.2-1)

(cherry picked from commit 778b8926b4)
This commit is contained in:
Sylvain
2022-12-01 09:39:08 +01:00
committed by Sam Lantinga
parent b067ab9202
commit 09ee811f4b
8 changed files with 22 additions and 15 deletions

View File

@@ -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 */