From: Fneufneu Date: Tue, 28 Feb 2012 07:22:25 +0000 (+0100) Subject: cosmetic replace tab by space X-Git-Tag: upstream/2.2.0~1^2~31^2~104^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=c7bee84a44610d76b8fb8d3b34f9f5b24454796b;p=deb_libcec.git cosmetic replace tab by space --- diff --git a/src/lib/adapter/USBCECAdapterDetection.cpp b/src/lib/adapter/USBCECAdapterDetection.cpp index c2a0b5c..8775b4e 100644 --- a/src/lib/adapter/USBCECAdapterDetection.cpp +++ b/src/lib/adapter/USBCECAdapterDetection.cpp @@ -333,12 +333,11 @@ uint8_t CUSBCECAdapterDetection::FindAdapters(cec_adapter *deviceList, uint8_t i for (i = 0; i < 8; ++i) { (void)snprintf(devicePath, sizeof(devicePath), "/dev/ttyU%d", i); - if (!access(devicePath, 0)) - { - snprintf(deviceList[iFound].path, sizeof(deviceList[iFound].path), "%s", devicePath); - snprintf(deviceList[iFound].comm, sizeof(deviceList[iFound].path), "%s", devicePath); - ++iFound; - } + if (!access(devicePath, 0)) + { + snprintf(deviceList[iFound ].path, sizeof(deviceList[iFound].path), "%s", devicePath); + snprintf(deviceList[iFound++].comm, sizeof(deviceList[iFound].path), "%s", devicePath); + } } #endif