[Scummvm-cvs-logs] SF.net SVN: scummvm: [28170] tools/branches/gsoc2007-toolsgui

lightcast at users.sourceforge.net lightcast at users.sourceforge.net
Mon Jul 23 02:16:37 CEST 2007


Revision: 28170
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28170&view=rev
Author:   lightcast
Date:     2007-07-22 17:16:37 -0700 (Sun, 22 Jul 2007)

Log Message:
-----------
Whitespace fixes.

Modified Paths:
--------------
    tools/branches/gsoc2007-toolsgui/Makefile
    tools/branches/gsoc2007-toolsgui/util.h

Modified: tools/branches/gsoc2007-toolsgui/Makefile
===================================================================
--- tools/branches/gsoc2007-toolsgui/Makefile	2007-07-23 00:15:54 UTC (rev 28169)
+++ tools/branches/gsoc2007-toolsgui/Makefile	2007-07-23 00:16:37 UTC (rev 28170)
@@ -119,7 +119,7 @@
 
 extract_zak_c64$(EXEEXT): extract_zak_c64.o util.o
 	$(CC) $(LDFLAGS) -o $@ $+
-	
+
 tools_gui$(EXEEXT): tools_gui.o
 	$(CXX) $(LDFLAGS) -o $@ $+ `wx-config --libs`
 

Modified: tools/branches/gsoc2007-toolsgui/util.h
===================================================================
--- tools/branches/gsoc2007-toolsgui/util.h	2007-07-23 00:15:54 UTC (rev 28169)
+++ tools/branches/gsoc2007-toolsgui/util.h	2007-07-23 00:16:37 UTC (rev 28170)
@@ -80,7 +80,7 @@
 	#define START_PACK_STRUCTS pack(push, 1)
 	#define END_PACK_STRUCTS   pack(pop)
 
-	
+
 #elif defined(__MINGW32__)
 
 	#define scumm_stricmp stricmp


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