diff --git a/src/modules/bluetooth/backend-native.c b/src/modules/bluetooth/backend-native.c index a7fc48e0f..f6b85e90d 100644 --- a/src/modules/bluetooth/backend-native.c +++ b/src/modules/bluetooth/backend-native.c @@ -337,8 +337,8 @@ static int sco_acquire_cb(pa_bluetooth_transport *t, bool optional, size_t *imtu pa_log_debug("err is %s and reconnection count is %d", pa_cstrerror(errno), i); pa_msleep(300); continue; - } else - break; + } else + break; } }