mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
NO-OP: whitespace
This commit is contained in:
parent
6e9c10db19
commit
cba2543131
1 changed files with 75 additions and 77 deletions
|
|
@ -366,8 +366,8 @@ AudioEngine::process_callback (pframes_t nframes)
|
|||
PortManager::cycle_start (nframes);
|
||||
|
||||
/* test if we are freewheeling and there are freewheel signals connected.
|
||||
ardour should act normally even when freewheeling unless /it/ is
|
||||
exporting (which is what Freewheel.empty() tests for).
|
||||
* ardour should act normally even when freewheeling unless /it/ is
|
||||
* exporting (which is what Freewheel.empty() tests for).
|
||||
*/
|
||||
|
||||
if (_freewheeling && !Freewheel.empty()) {
|
||||
|
|
@ -528,6 +528,7 @@ AudioEngine::do_reset_backend()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
AudioEngine::request_device_list_update()
|
||||
{
|
||||
|
|
@ -536,7 +537,6 @@ AudioEngine::request_device_list_update()
|
|||
_hw_devicelist_update_condition.signal ();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
AudioEngine::do_devicelist_update()
|
||||
{
|
||||
|
|
@ -599,10 +599,8 @@ AudioEngine::stop_hw_event_processing()
|
|||
_hw_devicelist_update_thread->join ();
|
||||
_hw_devicelist_update_thread = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
AudioEngine::set_session (Session *s)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue