diff include/SDL_video.h @ 2120:2c835d58faad

make indent
author Sam Lantinga <slouken@libsdl.org>
date Thu, 14 Jun 2007 13:21:29 +0000
parents 0975e24a3670
children 55c7932d1fdb
line wrap: on
line diff
--- a/include/SDL_video.h	Thu Jun 14 06:32:36 2007 +0000
+++ b/include/SDL_video.h	Thu Jun 14 13:21:29 2007 +0000
@@ -1300,9 +1300,9 @@
 /*
  * 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