aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_jack.cpp
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2022-03-09 14:18:29 +1300
committerMatthew Gregan <[email protected]>2022-03-09 14:18:29 +1300
commit662ed79f6082bc0f15cafbc37ae8df77516984fb (patch)
tree112b58f62e00c165f0e66021d154eb570bac14d3 /src/cubeb_jack.cpp
parentfd96dcc27051acce0fd74b8020239885460aa209 (diff)
downloadcubeb-662ed79f6082bc0f15cafbc37ae8df77516984fb.tar.gz
cubeb-662ed79f6082bc0f15cafbc37ae8df77516984fb.zip
jack: Fix formatting.
Diffstat (limited to 'src/cubeb_jack.cpp')
-rw-r--r--src/cubeb_jack.cpp4
1 files 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) {