backend-pipewire: remove duplicate empty line
There was a sneaky newline. Remove it. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
This commit is contained in:
parent
9e1c2056cf
commit
6c20bc5333
@ -407,7 +407,6 @@ pipewire_output_stream_param_changed(void *data, uint32_t id,
|
|||||||
stride = width * output->pixel_format->bpp / 8;
|
stride = width * output->pixel_format->bpp / 8;
|
||||||
size = height * stride;
|
size = height * stride;
|
||||||
|
|
||||||
|
|
||||||
params[0] = spa_pod_builder_add_object(&builder,
|
params[0] = spa_pod_builder_add_object(&builder,
|
||||||
SPA_TYPE_OBJECT_ParamBuffers, SPA_PARAM_Buffers,
|
SPA_TYPE_OBJECT_ParamBuffers, SPA_PARAM_Buffers,
|
||||||
SPA_PARAM_BUFFERS_size, SPA_POD_Int(size),
|
SPA_PARAM_BUFFERS_size, SPA_POD_Int(size),
|
||||||
|
Loading…
Reference in New Issue
Block a user