BridgeManager: break another long line

This commit is contained in:
Henrik Grimler 2022-01-01 21:33:00 +01:00
parent 172ab65cbe
commit 0f1843c93c
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 1 deletions

View File

@ -422,7 +422,8 @@ bool BridgeManager::DetectDevice(void)
for (int i = 0; i < BridgeManager::kSupportedDeviceCount; i++)
{
if (descriptor.idVendor == supportedDevices[i].vendorId && descriptor.idProduct == supportedDevices[i].productId)
if (descriptor.idVendor == supportedDevices[i].vendorId &&
descriptor.idProduct == supportedDevices[i].productId)
{
libusb_free_device_list(devices, deviceCount);