-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update_engine: Use C++11 range-based for loop when possible.
This cleanup just simplifies the notation of several for loops using the new range-based syntax. BUG=None TEST=`FEATURES=test USE="lang clang" emerge-link update_engine` Change-Id: I2120a1b1c3fd00e9a02a62abfa8427932080d0f9 Reviewed-on: https://chromium-review.googlesource.com/227897 Tested-by: Alex Deymo <[email protected]> Reviewed-by: Alex Vakulenko <[email protected]> Commit-Queue: Alex Deymo <[email protected]>
- Loading branch information
Showing
9 changed files
with
91 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.