style fixes for SDL_PROC macros.

This commit is contained in:
Ozkan Sezer
2023-05-19 14:10:02 +03:00
parent d5f07730be
commit 5c019bc97e
6 changed files with 6 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ typedef struct AAUDIO_Data
{
AAudioStreamBuilder *builder;
void *handle;
#define SDL_PROC(ret, func, params) ret(*func) params;
#define SDL_PROC(ret, func, params) ret (*func) params;
#include "SDL_aaudiofuncs.h"
#undef SDL_PROC
} AAUDIO_Data;