[Scummvm-cvs-logs] SF.net SVN: scummvm:[33971] residual/trunk/common/util.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sun Aug 17 20:53:35 CEST 2008


Revision: 33971
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33971&view=rev
Author:   aquadran
Date:     2008-08-17 18:53:35 +0000 (Sun, 17 Aug 2008)

Log Message:
-----------
formating

Modified Paths:
--------------
    residual/trunk/common/util.cpp

Modified: residual/trunk/common/util.cpp
===================================================================
--- residual/trunk/common/util.cpp	2008-08-17 13:44:10 UTC (rev 33970)
+++ residual/trunk/common/util.cpp	2008-08-17 18:53:35 UTC (rev 33971)
@@ -30,7 +30,7 @@
 //
 // Print hexdump of the data passed in
 //
-void hexdump(const byte * data, int len, int bytesPerLine) {
+void hexdump(const byte *data, int len, int bytesPerLine) {
 	assert(1 <= bytesPerLine && bytesPerLine <= 32);
 	int i;
 	byte c;


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