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>
This commit is contained in:
Marijn Suijten 2021-10-18 22:22:31 +02:00 committed by PulseAudio Marge Bot
parent fdf37d9a91
commit 0c5672390b

View file

@ -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;
}
}