cleanup spacing

This commit is contained in:
Glenn Maynard
2005-12-18 22:57:23 +00:00
parent 29603ba7db
commit 9e784d8e55
@@ -63,7 +63,6 @@ InputHandler_Win32_MIDI::~InputHandler_Win32_MIDI()
LOG->Warn( "Error with MIDI Close: %s", GetMidiError(result).c_str() ); LOG->Warn( "Error with MIDI Close: %s", GetMidiError(result).c_str() );
return; return;
} }
} }
void InputHandler_Win32_MIDI::GetDevicesAndDescriptions( vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut ) void InputHandler_Win32_MIDI::GetDevicesAndDescriptions( vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut )