mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 17:37:59 -05:00
Amend bizarre clang-format suggestions
This commit is contained in:
@ -200,7 +200,7 @@ private:
|
||||
|
||||
class [[nodiscard]] KScopedSchedulerLock : KScopedLock<GlobalSchedulerContext::LockType> {
|
||||
public:
|
||||
explicit KScopedSchedulerLock(KernelCore& kernel);
|
||||
explicit KScopedSchedulerLock(KernelCore & kernel);
|
||||
~KScopedSchedulerLock();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user