PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits: 0c567239 by Marijn Suijten at 2021-11-17T15:25:00+00:00 bluetooth/backend-native: Replace tab-indents with spaces Fixes: 7fd89e491 ("bluetooth: Try to reconnect SCO") Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/649> - - - - - 1 changed file: - src/modules/bluetooth/backend-native.c Changes: ===================================== 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; } } View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/0c5672390b286186ce77d2d642aa0e2a2ca46b8a -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/0c5672390b286186ce77d2d642aa0e2a2ca46b8a You're receiving this email because of your account on gitlab.freedesktop.org.
