diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-10-03 14:28:06 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-10-03 14:28:06 -0700 |
commit | 8519a14787f061188e0075d04727aaa32d280670 (patch) | |
tree | 018bd8c03502b9555c5fcfe7f5db6089ccb751f1 /src/modules/flow | |
parent | 9a086395644521854ca450821b552fcb67c95aea (diff) |
modules/flow: whitespace fixup
Just removing a spurious newline noticed while grabbing some
taps boilerplate for asc...
Diffstat (limited to 'src/modules/flow')
-rw-r--r-- | src/modules/flow/flow.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |