mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-30 23:18:29 +00:00
SDL_version.h: Fix some whitespace.
This commit is contained in:
@@ -77,11 +77,11 @@ typedef struct SDL_Version
|
|||||||
* \sa SDL_Version
|
* \sa SDL_Version
|
||||||
* \sa SDL_GetVersion
|
* \sa SDL_GetVersion
|
||||||
*/
|
*/
|
||||||
#define SDL_VERSION(x) \
|
#define SDL_VERSION(x) \
|
||||||
{ \
|
{ \
|
||||||
(x)->major = SDL_MAJOR_VERSION; \
|
(x)->major = SDL_MAJOR_VERSION; \
|
||||||
(x)->minor = SDL_MINOR_VERSION; \
|
(x)->minor = SDL_MINOR_VERSION; \
|
||||||
(x)->patch = SDL_PATCHLEVEL; \
|
(x)->patch = SDL_PATCHLEVEL; \
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user