From 9994cdebb60ecffcf81ced46ccfd12968ea3b2da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 02:04:21 -0400 Subject: Use consistent spacing for line comments --- src/server/BlockImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/BlockImpl.cpp') diff --git a/src/server/BlockImpl.cpp b/src/server/BlockImpl.cpp index ee6b5786..81474126 100644 --- a/src/server/BlockImpl.cpp +++ b/src/server/BlockImpl.cpp @@ -206,7 +206,7 @@ BlockImpl::bypass(RunContext& ctx) PortImpl* in = nth_port_by_type(i, true, t); PortImpl* out = nth_port_by_type(i, false, t); if (!out) { - break; // Finished writing all outputs + break; // Finished writing all outputs } if (in) { -- cgit v1.2.1