mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Kernel: Rename ProcessorInfo::{m_brandstr => m_brand}
There's no need to specify the type of the member in it's name, especially not in shorthand format.
This commit is contained in:
parent
be81278634
commit
f9528f1882
Notes:
sideshowbarker
2024-07-17 21:04:32 +09:00
Author: https://github.com/IdanHo
Commit: f9528f1882
Pull-request: https://github.com/SerenityOS/serenity/pull/11817
Reviewed-by: https://github.com/bgianfo ✅
4 changed files with 5 additions and 5 deletions
|
@ -572,7 +572,7 @@ private:
|
|||
obj.add("model", info.display_model());
|
||||
obj.add("stepping", info.stepping());
|
||||
obj.add("type", info.type());
|
||||
obj.add("brandstr", info.brandstr());
|
||||
obj.add("brand", info.brand());
|
||||
});
|
||||
array.finish();
|
||||
return {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue