diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-09-10 12:50:27 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-09-22 02:04:23 +0200 |
commit | 188d9f13269cfaf7e11ada2429ef19d259a0376c (patch) | |
tree | b39d3a7c9f2ef993db0809c95d6ed767a52a5fc6 /Base/res | |
parent | 48062b3cca05be9afd34137575c3880bfa7a5b2a (diff) | |
download | serenity-188d9f13269cfaf7e11ada2429ef19d259a0376c.zip |
LibWeb: Resolve some trivial clang-tidy warnings in the CSS Parser
Issues resolved:
- Unnecessary `move()`s
- `else` after `return`
- `auto&` that could be `auto const&`
Why yes, I did just get clang-tidy set up. :^)
Diffstat (limited to 'Base/res')
0 files changed, 0 insertions, 0 deletions