diff src/video/SDL_alphamult.h @ 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.h	Sat Feb 07 17:56:08 2009 +0000
+++ b/src/video/SDL_alphamult.h	Sat Feb 07 18:03:46 2009 +0000
@@ -26,10 +26,12 @@
 void \
 SDL_PreMultiplyAlpha##fmt(int w, int h, Uint32 *pixels, int pitch);
 
+/* *INDENT-OFF* */
 DEFINE_PREMULTIPLY_FUNC(ARGB8888)
 DEFINE_PREMULTIPLY_FUNC(RGBA8888)
 DEFINE_PREMULTIPLY_FUNC(ABGR8888)
 DEFINE_PREMULTIPLY_FUNC(BGRA8888)
+/* *INDENT-ON* */
 
 #undef DEFINE_PREMULTIPLY_FUNC