summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-09-15 09:05:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-09-15 09:05:08 -0400
commit952443a4b7194cb70f49f386d3576cea6d463fca (patch)
treef2cbf82ce928b094a10635003d08c0acfd55306e /libs/ardour/route.cc
parent655c581ef2313fb4136f2ee0ba7e3446024ab32d (diff)
NO-OP: parenthesis and brace style
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc3
1 files changed, 2 insertions, 1 deletions
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);