mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-04 17:06:25 +00:00
Formatting spaces around pointer symbol.
This commit is contained in:

committed by
Sam Lantinga

parent
94409d3504
commit
8ccf85c59e
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user