[Scummvm-cvs-logs] SF.net SVN: scummvm:[50581] scummvm/trunk/engines/sci/engine/kernel32.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Jul 2 01:05:13 CEST 2010


Revision: 50581
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50581&view=rev
Author:   fingolfin
Date:     2010-07-01 23:05:13 +0000 (Thu, 01 Jul 2010)

Log Message:
-----------
Fix code formatting

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel32.cpp

Modified: scummvm/trunk/engines/sci/engine/kernel32.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel32.cpp	2010-07-01 22:56:02 UTC (rev 50580)
+++ scummvm/trunk/engines/sci/engine/kernel32.cpp	2010-07-01 23:05:13 UTC (rev 50581)
@@ -914,8 +914,7 @@
 	return NULL_REG;
 }
 
-reg_t kCD(EngineState *s, int argc, reg_t *argv)
-{
+reg_t kCD(EngineState *s, int argc, reg_t *argv) {
 	// TODO: Stub
 	switch (argv[0].toUint16()) {
 	case 0:


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