mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Kernel: Some clang-tidy fixes in Bus/VirtIO
This commit is contained in:
parent
471b38db68
commit
9be409585c
Notes:
sideshowbarker
2024-07-17 23:00:43 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 9be409585c
Pull-request: https://github.com/SerenityOS/serenity/pull/11188
5 changed files with 11 additions and 9 deletions
|
@ -121,7 +121,7 @@ protected:
|
|||
|
||||
const Configuration* get_config(ConfigurationType cfg_type, u32 index = 0) const
|
||||
{
|
||||
for (auto& cfg : m_configs) {
|
||||
for (auto const& cfg : m_configs) {
|
||||
if (cfg.cfg_type != cfg_type)
|
||||
continue;
|
||||
if (index > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue