diff options
author | Andrew Jeddeloh <andrew@gridware.io> | 2023-02-16 22:36:12 +0000 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-03-12 10:10:50 +0100 |
commit | a64294c3e7c136ae493799d8e9055f22841965db (patch) | |
tree | a1775c7a50fb12f555209a879729d955a69adf89 /test | |
parent | 8198be8fb6f81e987c3d0a2f334f61914f77c84b (diff) |
inflate: move i declaration to for loops
Move the declaration of i to each for loop. This makes it clear there's
no interaction with i outside each loop. It also makes it so compilers
wont complain with -Wshadow.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions