diff src/video/SDL_pixels.c @ 2990:502adab079a4

indent
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 17:14:27 +0000
parents e4a469d6ddab
children a252014ce27d
line wrap: on
line diff
--- a/src/video/SDL_pixels.c	Sun Jan 04 17:10:04 2009 +0000
+++ b/src/video/SDL_pixels.c	Sun Jan 04 17:14:27 2009 +0000
@@ -360,7 +360,8 @@
 }
 
 SDL_PixelFormat *
-SDL_InitFormat(SDL_PixelFormat *format, int bpp, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
+SDL_InitFormat(SDL_PixelFormat * format, int bpp, Uint32 Rmask, Uint32 Gmask,
+               Uint32 Bmask, Uint32 Amask)
 {
     Uint32 mask;