aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2010-07-21 18:17:51 +0000
committerJohannes Schickel2010-07-21 18:17:51 +0000
commite5e94d45118781902465024fc9a85c7aa0bfd3ce (patch)
treebd33dbdb2c7334bfae212b5fdbf058e8ff4f6883 /sound/mididrv.cpp
parentfcc9de35e254d62d58aac0c68b314bb2f7b5b6db (diff)
downloadscummvm-rg350-e5e94d45118781902465024fc9a85c7aa0bfd3ce.tar.gz
scummvm-rg350-e5e94d45118781902465024fc9a85c7aa0bfd3ce.tar.bz2
scummvm-rg350-e5e94d45118781902465024fc9a85c7aa0bfd3ce.zip
Strip trailing whitespaces in our common code base.
svn-id: r51094
Diffstat (limited to 'sound/mididrv.cpp')
-rw-r--r--sound/mididrv.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index aaff78bf92..8dc165c3d6 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -94,7 +94,7 @@ MusicType MidiDriver::getMusicType(MidiDriver::DeviceHandle handle) {
}
}
}
-
+
return MT_INVALID;
}
@@ -139,7 +139,7 @@ MidiDriver::DeviceHandle MidiDriver::detectDevice(int flags) {
if (flags & MDT_PCJR)
return hdl;
break;
-
+
case MT_CMS:
if (flags & MDT_CMS)
return hdl;
@@ -149,7 +149,7 @@ MidiDriver::DeviceHandle MidiDriver::detectDevice(int flags) {
if (flags & MDT_ADLIB)
return hdl;
break;
-
+
case MT_TOWNS:
if (flags & MDT_TOWNS)
return hdl;