diff options
author | Lenny Maiorani <lenny@colorado.edu> | 2021-04-18 11:12:03 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-18 22:09:25 +0200 |
commit | c1971df4c7d810cf22300036d451690957e2ea4a (patch) | |
tree | b1d3eb2ba13fc462f0b27c36043d17d90bb2b3c3 /Userland/Libraries/LibGfx/BitmapFont.h | |
parent | d462a561630f9768d4c346a73689e30c43f3a992 (diff) | |
download | serenity-c1971df4c7d810cf22300036d451690957e2ea4a.zip |
AK/Hex: Cleanup implementation
Problem:
- Post-increment of loop index.
- `const` variables are not marked `const`.
- Incorrect type for loop index.
Solution:
- Pre-increment loop index.
- Mark all possible variables `const`.
- Corret type for loop index.
Diffstat (limited to 'Userland/Libraries/LibGfx/BitmapFont.h')
0 files changed, 0 insertions, 0 deletions