[Scummvm-cvs-logs] SF.net SVN: scummvm:[44626] scummvm/trunk/engines/sci/gui/gui_helpers.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Oct 4 20:01:38 CEST 2009


Revision: 44626
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44626&view=rev
Author:   lordhoto
Date:     2009-10-04 18:01:38 +0000 (Sun, 04 Oct 2009)

Log Message:
-----------
Use spaces instead of tabs for formatting. (Tabs should be used for indentation only!)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui_helpers.h

Modified: scummvm/trunk/engines/sci/gui/gui_helpers.h
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_helpers.h	2009-10-04 18:00:11 UTC (rev 44625)
+++ scummvm/trunk/engines/sci/gui/gui_helpers.h	2009-10-04 18:01:38 UTC (rev 44626)
@@ -99,8 +99,8 @@
 
 #define GETFTR_WINDOWMGR(x) (x & 0x00000001)
 #define GETFTR_CANBEHERE(x) (x & 0x00000002)
-#define GETFTR_SOUND(x)		(x & 0x0000000C)
-#define GETFTR_SHOWPIC(x)	(x & 0x00000010)
+#define GETFTR_SOUND(x)     (x & 0x0000000C)
+#define GETFTR_SHOWPIC(x)   (x & 0x00000010)
 
 enum {
 	GFX_STOPUPDATE = 0x01,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list