Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert all all for loop to ranged for loops in CRMP #4714

Merged
merged 1 commit into from
Feb 10, 2021
Merged

Convert all all for loop to ranged for loops in CRMP #4714

merged 1 commit into from
Feb 10, 2021

Conversation

yufengwangca
Copy link
Contributor

Problem

This is the follow-up of the review comments in #4048, there are a bunch of places still use for loops in CRMP module, such as:

for (int i = 0; i < CHIP_CONFIG_RMP_RETRANS_TABLE_SIZE; i++)

Summary of Changes

Convert all all for loop to ranged for loops for CRMP

Fixes #4205

@yufengwangca yufengwangca changed the title Convert all all for loop to ranged for loops for CRMP Convert all all for loop to ranged for loops in CRMP Feb 8, 2021
@woody-apple
Copy link
Contributor

@saurabhst ?

@pullapprove pullapprove bot requested a review from msandstedt February 10, 2021 18:53
@bzbarsky-apple bzbarsky-apple merged commit cca2045 into project-chip:master Feb 10, 2021
@bzbarsky-apple
Copy link
Contributor

@yufengwangca Thank you for doing this!

@yufengwangca yufengwangca deleted the pr/crmp/forloop branch February 10, 2021 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert all all for loop to ranged for loops for CRMP.
6 participants