mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
globally remove all trailing whitespace from ardour code base.
Paul Davis was responsible for introducing almost all of this.
This commit is contained in:
parent
297e80e020
commit
4dc63966f0
774 changed files with 7919 additions and 7919 deletions
|
|
@ -114,7 +114,7 @@ WavesMidiDeviceManager::stop ()
|
|||
if ( _active == false ) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
stream (false);
|
||||
|
||||
_delete_devices ();
|
||||
|
|
@ -128,16 +128,16 @@ WavesMidiDeviceManager::stop ()
|
|||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
void
|
||||
WavesMidiDeviceManager::__portmidi_callback (PtTimestamp timestamp, void * userData)
|
||||
{
|
||||
// COMMENTED FREQUENT DBG LOGS */ std::cout << "WavesMidiDeviceManager::__portmidi_callback ():" << std::endl;
|
||||
WavesMidiDeviceManager *dm = (WavesMidiDeviceManager *)userData;
|
||||
|
||||
|
||||
if (dm == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
dm->_portmidi_callback (timestamp);
|
||||
}
|
||||
|
||||
|
|
@ -174,7 +174,7 @@ void WavesMidiDeviceManager::do_write ()
|
|||
|
||||
PmTimestamp
|
||||
WavesMidiDeviceManager::__get_time_ms (void *time_info)
|
||||
{
|
||||
{
|
||||
return ((WavesAudioBackend*)time_info)->sample_time ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue