Description:fix codex

Match-id-b3fc75f33a03b426e2f4cd129ddf9adc722bd5b8
This commit is contained in:
xxxx
2022-06-14 14:36:31 +08:00
parent 64b7f7877f
commit ab441f0cb7
7 changed files with 18 additions and 13 deletions
@@ -170,7 +170,7 @@ void DistributedInputHandler::StartInputMonitorDeviceThread(const std::string de
size_t count = inputHub_->CollectInputHandler(mEventBuffer, INPUT_DEVICR_BUFFER_SIZE);
if (count > 0) {
DHLOGI("Count: %zu", count);
for (int iCnt = 0; iCnt < count; iCnt++) {
for (size_t iCnt = 0; iCnt < count; iCnt++) {
NotifyHardWare(iCnt);
}
} else {