changeset 33594:eaf69021b2ea

Cosmetic: Adjust indent.
author ib
date Sun, 19 Jun 2011 23:03:30 +0000
parents 835841f89315
children 60bfc6c89777
files gui/util/bitmap.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/util/bitmap.h	Sun Jun 19 19:15:26 2011 +0000
+++ b/gui/util/bitmap.h	Sun Jun 19 23:03:30 2011 +0000
@@ -19,7 +19,7 @@
 #ifndef MPLAYER_GUI_BITMAP_H
 #define MPLAYER_GUI_BITMAP_H
 
-#define MP_TRANSPARENT 0xffff00ff // transparent color (opaque fuchsia/magenta)
+#define MP_TRANSPARENT 0xffff00ff   // transparent color (opaque fuchsia/magenta)
 #define ALPHA_OPAQUE   0xff000000
 
 // for legacy reasons, we must treat all kind of fuchsia/magenta as transparent