mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
NO-OP: parenthesis and brace style
This commit is contained in:
parent
655c581ef2
commit
952443a4b7
1 changed files with 2 additions and 1 deletions
|
|
@ -504,8 +504,9 @@ Route::process_output_buffers (BufferSet& bufs,
|
|||
bool silence = monitoring_state () == MonitoringSilence;
|
||||
|
||||
//but we override this in the case where we have an internal generator
|
||||
if ( _have_internal_generator )
|
||||
if (_have_internal_generator) {
|
||||
silence = false;
|
||||
}
|
||||
|
||||
_main_outs->no_outs_cuz_we_no_monitor (silence);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue