NO-OP: whitespace

This commit is contained in:
Robin Gareus 2017-04-27 21:09:12 +02:00
parent 6e9c10db19
commit cba2543131

View file

@ -366,8 +366,8 @@ AudioEngine::process_callback (pframes_t nframes)
PortManager::cycle_start (nframes); PortManager::cycle_start (nframes);
/* test if we are freewheeling and there are freewheel signals connected. /* test if we are freewheeling and there are freewheel signals connected.
ardour should act normally even when freewheeling unless /it/ is * ardour should act normally even when freewheeling unless /it/ is
exporting (which is what Freewheel.empty() tests for). * exporting (which is what Freewheel.empty() tests for).
*/ */
if (_freewheeling && !Freewheel.empty()) { if (_freewheeling && !Freewheel.empty()) {
@ -528,6 +528,7 @@ AudioEngine::do_reset_backend()
} }
} }
} }
void void
AudioEngine::request_device_list_update() AudioEngine::request_device_list_update()
{ {
@ -536,7 +537,6 @@ AudioEngine::request_device_list_update()
_hw_devicelist_update_condition.signal (); _hw_devicelist_update_condition.signal ();
} }
void void
AudioEngine::do_devicelist_update() AudioEngine::do_devicelist_update()
{ {
@ -599,10 +599,8 @@ AudioEngine::stop_hw_event_processing()
_hw_devicelist_update_thread->join (); _hw_devicelist_update_thread->join ();
_hw_devicelist_update_thread = 0; _hw_devicelist_update_thread = 0;
} }
} }
void void
AudioEngine::set_session (Session *s) AudioEngine::set_session (Session *s)
{ {