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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Jun 25 21:30:01 CEST 2010


Revision: 50285
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50285&view=rev
Author:   lordhoto
Date:     2010-06-25 19:30:01 +0000 (Fri, 25 Jun 2010)

Log Message:
-----------
Formatting fixes.

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

Modified: scummvm/trunk/sound/mididrv.h
===================================================================
--- scummvm/trunk/sound/mididrv.h	2010-06-25 19:09:19 UTC (rev 50284)
+++ scummvm/trunk/sound/mididrv.h	2010-06-25 19:30:01 UTC (rev 50285)
@@ -50,17 +50,17 @@
  * Music types that music drivers can implement and engines can rely on.
  */
 enum MusicType {
-	MT_AUTO = 0,		// Auto
-	MT_NULL,			// Null
-	MT_PCSPK,			// PC Speaker
-	MT_PCJR,			// PCjr
-	MT_CMS,				// CMS
-	MT_ADLIB,			// AdLib
-	MT_TOWNS,			// FM-TOWNS
-	MT_PC98,			// PC98
-	MT_GM,				// General MIDI
-	MT_MT32,			// MT-32
-	MT_GS				// Roland GS
+	MT_AUTO = 0,        // Auto
+	MT_NULL,            // Null
+	MT_PCSPK,           // PC Speaker
+	MT_PCJR,            // PCjr
+	MT_CMS,             // CMS
+	MT_ADLIB,           // AdLib
+	MT_TOWNS,           // FM-TOWNS
+	MT_PC98,            // PC98
+	MT_GM,              // General MIDI
+	MT_MT32,            // MT-32
+	MT_GS               // Roland GS
 };
 
 /**
@@ -82,9 +82,9 @@
 	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_MIDI = 1 << 7,  // Real MIDI output is preferred
-	MDT_PREFER_MT32 = 1 << 8,  // MT-32 output is preferred
-	MDT_PREFER_GM = 1 << 9  // GM output is preferred
+	MDT_PREFER_MIDI = 1 << 7, // Real MIDI output is preferred
+	MDT_PREFER_MT32 = 1 << 8, // MT-32 output is preferred
+	MDT_PREFER_GM = 1 << 9    // 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