From 0c5672390b286186ce77d2d642aa0e2a2ca46b8a Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Mon, 18 Oct 2021 22:22:31 +0200 Subject: [PATCH] bluetooth/backend-native: Replace tab-indents with spaces Fixes: 7fd89e491 ("bluetooth: Try to reconnect SCO") Part-of: --- src/modules/bluetooth/backend-native.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }