From 8519a14787f061188e0075d04727aaa32d280670 Mon Sep 17 00:00:00 2001
From: Vito Caputo <vcaputo@pengaru.com>
Date: Tue, 3 Oct 2023 14:28:06 -0700
Subject:  modules/flow: whitespace fixup

 Just removing a spurious newline noticed while grabbing some
 taps boilerplate for asc...
---
 src/modules/flow/flow.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/modules')

diff --git a/src/modules/flow/flow.c b/src/modules/flow/flow.c
index d667e09..0d0c9cf 100644
--- a/src/modules/flow/flow.c
+++ b/src/modules/flow/flow.c
@@ -150,7 +150,6 @@ static til_module_context_t * flow_create_context(const til_module_t *module, ti
 	for (unsigned i = 0; i < ctxt->n_elements; i++)
 		ctxt->elements[i] = rand_element(&ctxt->til_module_context.seed);
 
-
 	ctxt->taps.speed = til_tap_init_float(ctxt, &ctxt->speed, 1, &ctxt->vars.speed, "speed");
 	flow_update_taps(ctxt, stream);
 
-- 
cgit v1.2.3