mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 13:15:45 +00:00
Kernel: Clang Format
This commit is contained in:
parent
abc8856e2c
commit
3c9e26a003
2 changed files with 3 additions and 2 deletions
|
@ -468,7 +468,7 @@ private:
|
|||
|
||||
u64 total_cpu_time_ticks = 0; ///< Total CPU running ticks.
|
||||
u64 last_running_ticks = 0; ///< CPU tick when thread was last running
|
||||
u64 yield_count = 0; ///< Number of innecessaries yields occured.
|
||||
u64 yield_count = 0; ///< Number of innecessaries yields occured.
|
||||
|
||||
s32 processor_id = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue