mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-21 20:28:28 +00:00
Formatting spaces around pointer symbol.
This commit is contained in:
parent
94409d3504
commit
8ccf85c59e
15 changed files with 57 additions and 57 deletions
|
@ -177,7 +177,7 @@ extern "C" {
|
|||
*
|
||||
* \returns a newly allocated common state object.
|
||||
*/
|
||||
SDLTest_CommonState *SDLCALL SDLTest_CommonCreateState(char **argv, SDL_InitFlags flags);
|
||||
SDLTest_CommonState * SDLCALL SDLTest_CommonCreateState(char **argv, SDL_InitFlags flags);
|
||||
|
||||
/**
|
||||
* Free the common state object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue