diff src/video/SDL_alphamult.c @ 3055:cd863dd2082b

indent
author Sam Lantinga <slouken@libsdl.org>
date Sat, 07 Feb 2009 18:03:46 +0000
parents 8d93bfecb9dc
children f7b03b6838cb
line wrap: on
line diff
--- a/src/video/SDL_alphamult.c	Sat Feb 07 17:56:08 2009 +0000
+++ b/src/video/SDL_alphamult.c	Sat Feb 07 18:03:46 2009 +0000
@@ -50,9 +50,11 @@
     } \
 }
 
+/* *INDENT-OFF* */
 DEFINE_PREMULTIPLY_FUNC(ARGB8888)
 DEFINE_PREMULTIPLY_FUNC(RGBA8888)
 DEFINE_PREMULTIPLY_FUNC(ABGR8888)
 DEFINE_PREMULTIPLY_FUNC(BGRA8888)
+/* *INDENT-ON* */
 
 /* vi: set ts=4 sw=4 expandtab: */