make indent

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402345
This commit is contained in:
Sam Lantinga 2007-06-14 13:21:29 +00:00
parent 25541b2329
commit 554147b6c7
18 changed files with 142 additions and 122 deletions

View file

@ -1300,9 +1300,9 @@ extern DECLSPEC void SDLCALL SDL_DestroyRenderer(SDL_WindowID windowID);
/*
* Maps an RGB triple to an opaque pixel value for a given pixel format
*/
extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * const format,
const Uint8 r, const Uint8 g,
const Uint8 b);
extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat *
const format, const Uint8 r,
const Uint8 g, const Uint8 b);
/*
* Maps an RGBA quadruple to a pixel value for a given pixel format