Amend bizarre clang-format suggestions

This commit is contained in:
Lioncash
2021-04-07 01:37:59 -04:00
parent 1e964604bb
commit 530a5a1d09
3 changed files with 5 additions and 5 deletions

View File

@ -200,7 +200,7 @@ private:
class [[nodiscard]] KScopedSchedulerLock : KScopedLock<GlobalSchedulerContext::LockType> {
public:
explicit KScopedSchedulerLock(KernelCore& kernel);
explicit KScopedSchedulerLock(KernelCore & kernel);
~KScopedSchedulerLock();
};