lte: Use && instead of and

This commit is contained in:
Eduardo Almeida
2023-02-02 17:57:15 +00:00
parent 971e5c15fa
commit f6e514b01d

View File

@@ -1366,7 +1366,7 @@ CqaFfMacScheduler::DoSchedDlTriggerReq(
break;
}
while (!availableRBGs.empty() and !itCurrentGroup->second.empty())
while (!availableRBGs.empty() && !itCurrentGroup->second.empty())
{
bool currentRBchecked = false;
int currentRB = *(availableRBGs.begin());