diff src/video/SDL_pixels_c.h @ 2990:502adab079a4

indent
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 17:14:27 +0000
parents e4a469d6ddab
children f7b03b6838cb
line wrap: on
line diff
--- a/src/video/SDL_pixels_c.h	Sun Jan 04 17:10:04 2009 +0000
+++ b/src/video/SDL_pixels_c.h	Sun Jan 04 17:14:27 2009 +0000
@@ -29,9 +29,9 @@
 extern SDL_PixelFormat *SDL_AllocFormat(int bpp,
                                         Uint32 Rmask, Uint32 Gmask,
                                         Uint32 Bmask, Uint32 Amask);
-extern SDL_PixelFormat *SDL_InitFormat(SDL_PixelFormat *format, int bpp,
-                                        Uint32 Rmask, Uint32 Gmask,
-                                        Uint32 Bmask, Uint32 Amask);
+extern SDL_PixelFormat *SDL_InitFormat(SDL_PixelFormat * format, int bpp,
+                                       Uint32 Rmask, Uint32 Gmask,
+                                       Uint32 Bmask, Uint32 Amask);
 extern void SDL_FormatChanged(SDL_Surface * surface);
 extern void SDL_FreeFormat(SDL_PixelFormat * format);