From 952443a4b7194cb70f49f386d3576cea6d463fca Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 15 Sep 2015 09:05:08 -0400 Subject: [PATCH] NO-OP: parenthesis and brace style --- libs/ardour/route.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 2ef1fe1738..51eaa4bda1 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -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); -- 2.30.2