[Scummvm-cvs-logs] SF.net SVN: scummvm: [23654] scummvm/trunk/sound/mpu401.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Aug 1 16:05:22 CEST 2006


Revision: 23654
Author:   eriktorbjorn
Date:     2006-08-01 07:05:18 -0700 (Tue, 01 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23654&view=rev

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

Modified Paths:
--------------
    scummvm/trunk/sound/mpu401.cpp
Modified: scummvm/trunk/sound/mpu401.cpp
===================================================================
--- scummvm/trunk/sound/mpu401.cpp	2006-08-01 13:42:33 UTC (rev 23653)
+++ scummvm/trunk/sound/mpu401.cpp	2006-08-01 14:05:18 UTC (rev 23654)
@@ -108,9 +108,9 @@
 
 uint32 MidiDriver_MPU401::property(int prop, uint32 param) {
 	switch (prop) {
-		case PROP_CHANNEL_MASK:
-			_channel_mask = param & 0xFFFF;
-			return 1;
+	case PROP_CHANNEL_MASK:
+		_channel_mask = param & 0xFFFF;
+		return 1;
 	}
 
 	return 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