[Scummvm-cvs-logs] SF.net SVN: scummvm:[50296] scummvm/trunk/sound/mididrv.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Jun 26 02:28:29 CEST 2010


Revision: 50296
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50296&view=rev
Author:   lordhoto
Date:     2010-06-26 00:28:29 +0000 (Sat, 26 Jun 2010)

Log Message:
-----------
Fix formatting again.

Modified Paths:
--------------
    scummvm/trunk/sound/mididrv.h

Modified: scummvm/trunk/sound/mididrv.h
===================================================================
--- scummvm/trunk/sound/mididrv.h	2010-06-25 23:43:07 UTC (rev 50295)
+++ scummvm/trunk/sound/mididrv.h	2010-06-26 00:28:29 UTC (rev 50296)
@@ -58,7 +58,7 @@
 	MT_ADLIB,           // AdLib
 	MT_TOWNS,           // FM-TOWNS
 	MT_PC98,            // PC98
-	MT_GM,				// General MIDI
+	MT_GM,              // General MIDI
 	MT_MT32,            // MT-32
 	MT_GS               // Roland GS
 };
@@ -82,8 +82,8 @@
 	MDT_TOWNS  = 1 << 4,      // FM-TOWNS: Maps to MT_TOWNS
 	MDT_PC98   = 1 << 5,      // FM-TOWNS: Maps to MT_PC98
 	MDT_MIDI   = 1 << 6,      // Real MIDI
-	MDT_PREFER_MT32 = 1 << 7,  // MT-32 output is preferred
-	MDT_PREFER_GM = 1 << 8  // GM output is preferred
+	MDT_PREFER_MT32 = 1 << 7, // MT-32 output is preferred
+	MDT_PREFER_GM = 1 << 8    // GM output is preferred
 };
 
 /**


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