From 662ed79f6082bc0f15cafbc37ae8df77516984fb Mon Sep 17 00:00:00 2001 From: Matthew Gregan Date: Wed, 9 Mar 2022 14:18:29 +1300 Subject: jack: Fix formatting. --- src/cubeb_jack.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cubeb_jack.cpp b/src/cubeb_jack.cpp index 1952450..3b3056c 100644 --- a/src/cubeb_jack.cpp +++ b/src/cubeb_jack.cpp @@ -935,8 +935,8 @@ cbjack_stream_init(cubeb * context, cubeb_stream ** stream, } else if (stm->devs == OUT_ONLY) { stm->resampler = cubeb_resampler_create( stm, nullptr, &stm->out_params, stream_actual_rate, stm->data_callback, - stm->user_ptr, - CUBEB_RESAMPLER_QUALITY_DESKTOP, CUBEB_RESAMPLER_RECLOCK_NONE); + stm->user_ptr, CUBEB_RESAMPLER_QUALITY_DESKTOP, + CUBEB_RESAMPLER_RECLOCK_NONE); } if (!stm->resampler) { -- cgit v1.2.3