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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Aug 1 16:10:51 CEST 2006


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

Log Message:
-----------
Some more whitespace changes.

Modified Paths:
--------------
    scummvm/trunk/sound/mpu401.cpp
Modified: scummvm/trunk/sound/mpu401.cpp
===================================================================
--- scummvm/trunk/sound/mpu401.cpp	2006-08-01 14:05:18 UTC (rev 23654)
+++ scummvm/trunk/sound/mpu401.cpp	2006-08-01 14:10:46 UTC (rev 23655)
@@ -41,7 +41,7 @@
 }
 
 void MidiChannel_MPU401::send(uint32 b) {
-	_owner->send (b & 0xFFFFFFF0 | (_channel & 0xF));
+	_owner->send(b & 0xFFFFFFF0 | (_channel & 0xF));
 }
 
 void MidiChannel_MPU401::noteOff(byte note) {
@@ -103,7 +103,7 @@
 		Common::g_timer->removeTimerProc(_timer_proc);
 	_timer_proc = 0;
 	for (int i = 0; i < 16; ++i)
-		send (0x7B << 8 | 0xB0 | i);
+		send(0x7B << 8 | 0xB0 | i);
 }
 
 uint32 MidiDriver_MPU401::property(int prop, uint32 param) {


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