mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 05:47:47 +00:00
general: Update style to clang-format-12
This commit is contained in:
parent
6b71ba79c1
commit
d7977be416
13 changed files with 62 additions and 66 deletions
|
@ -197,7 +197,7 @@ private:
|
|||
|
||||
class [[nodiscard]] KScopedSchedulerLock : KScopedLock<GlobalSchedulerContext::LockType> {
|
||||
public:
|
||||
explicit KScopedSchedulerLock(KernelCore & kernel);
|
||||
explicit KScopedSchedulerLock(KernelCore& kernel);
|
||||
~KScopedSchedulerLock();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue