diff src/video/SDL_pixels.c @ 2120:2c835d58faad

make indent
author Sam Lantinga <slouken@libsdl.org>
date Thu, 14 Jun 2007 13:21:29 +0000
parents 0975e24a3670
children 340942cfda48
line wrap: on
line diff
--- a/src/video/SDL_pixels.c	Thu Jun 14 06:32:36 2007 +0000
+++ b/src/video/SDL_pixels.c	Thu Jun 14 13:21:29 2007 +0000
@@ -551,8 +551,8 @@
 
 /* Find the pixel value corresponding to an RGBA quadruple */
 Uint32
-SDL_MapRGBA(const SDL_PixelFormat * const format, const Uint8 r, const Uint8 g,
-            const Uint8 b, const Uint8 a)
+SDL_MapRGBA(const SDL_PixelFormat * const format, const Uint8 r,
+            const Uint8 g, const Uint8 b, const Uint8 a)
 {
     if (format->palette == NULL) {
         return (r >> format->Rloss) << format->Rshift