changeset 33729:ecee548a8f6b

Cosmetic: Adjust indent.
author ib
date Tue, 05 Jul 2011 11:03:03 +0000
parents 34e85af9e80f
children b4c64f168b29
files gui/util/bitmap.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/util/bitmap.h	Tue Jul 05 11:01:24 2011 +0000
+++ b/gui/util/bitmap.h	Tue Jul 05 11:03:03 2011 +0000
@@ -20,7 +20,7 @@
 #define MPLAYER_GUI_BITMAP_H
 
 #define GMP_TRANSPARENT 0xffff00ff   // transparent color (opaque fuchsia/magenta)
-#define ALPHA_OPAQUE   0xff000000
+#define ALPHA_OPAQUE    0xff000000
 
 // for legacy reasons, we must treat all kind of fuchsia/magenta as transparent
 #define IS_TRANSPARENT(c) ((ALPHA_OPAQUE | (c)) == GMP_TRANSPARENT)