make clang-format happy

This commit is contained in:
DH 2025-10-04 14:54:28 +03:00
parent 3e694d6bab
commit 7419457efd
15 changed files with 24 additions and 22 deletions

View file

@ -214,8 +214,8 @@ public:
bool isDevKit = false;
Ref<Budget> createProcessTypeBudget(Budget::ProcessType processType,
std::string_view name,
std::span<const BudgetInfo> items) {
std::string_view name,
std::span<const BudgetInfo> items) {
auto budget = orbis::knew<orbis::Budget>(name, processType, items);
processTypeBudgets[static_cast<int>(processType)] =
orbis::knew<orbis::Budget>(name, processType, items);