Formatting spaces around pointer symbol.

This commit is contained in:
Petar Popovic 2025-02-04 01:14:56 +01:00 committed by Sam Lantinga
parent 94409d3504
commit 8ccf85c59e
15 changed files with 57 additions and 57 deletions

View file

@ -21,7 +21,7 @@ const SDL_DialogFileFilter filters[3] = {
{ "PNG images", "png" }
};
static void SDLCALL callback(void* userdata, const char* const* files, int filter) {
static void SDLCALL callback(void *userdata, const char * const *files, int filter) {
if (files) {
const char* filter_name = "(filter fetching unsupported)";