Commit 9a9c2ff
committed
[NFC] Runtime: Use a range-based for loop.
Replace this direct use of the count in a table header as the upper
bound of a for loop with a range-based for loop over the range which was
being indexed into. That range was constructed using that count to
begin with.1 parent c576c61 commit 9a9c2ff
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3704 | 3704 | | |
3705 | 3705 | | |
3706 | 3706 | | |
3707 | | - | |
3708 | | - | |
3709 | | - | |
| 3707 | + | |
3710 | 3708 | | |
3711 | 3709 | | |
3712 | 3710 | | |
| |||
0 commit comments