Formatting

This commit is contained in:
Jonas Kvinge 2021-06-21 16:08:53 +02:00
parent e85c13b3fe
commit f95ff6cb89
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ QList<DeviceFinder::Device> AlsaDeviceFinder::ListDevices() {
result = snd_ctl_pcm_next_device(handle, &dev);
if (result < 0) {
qLog(Error) << "Unable to get PCM for card" << card << ":" << snd_strerror(result);
continue;
qLog(Error) << "Unable to get PCM for card" << card << ":" << snd_strerror(result);
continue;
}
if (dev < 0) break;