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

@@ -314,7 +314,7 @@ static bool ThreadValid(SDL_Thread *thread)
void SDL_RunThread(SDL_Thread *thread)
{
void *userdata = thread->userdata;
int(SDLCALL * userfunc)(void *) = thread->userfunc;
int(SDLCALL *userfunc)(void *) = thread->userfunc;
int *statusloc = &thread->status;