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

This commit is contained in:
Sylvain
2022-12-01 09:39:08 +01:00
parent 45025799b7
commit 778b8926b4
8 changed files with 22 additions and 15 deletions

View File

@@ -92,9 +92,9 @@ typedef struct SDL_evdevlist_item
} delta;
int tracking_id;
int x, y, pressure;
} * slots;
} *slots;
} * touchscreen_data;
} *touchscreen_data;
/* Mouse state */
SDL_bool high_res_wheel;