1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 10:47:35 +00:00

Kernel: Convert ProcessorInfo::build_brand_string() to StringBuilder

This commit is contained in:
Linus Groh 2022-04-03 18:11:58 +01:00 committed by Andreas Kling
parent 4f35c206e4
commit b0f701d053
2 changed files with 15 additions and 11 deletions

View file

@ -1,5 +1,6 @@
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
* Copyright (c) 2022, Linus Groh <linusg@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/