mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
style: auto-format C/C++ sources with clang-format
This commit is contained in:
committed by
github-actions[bot]
parent
14b86d50bd
commit
42159d1af8
@@ -3,7 +3,7 @@
|
||||
#include <clks/types.h>
|
||||
|
||||
#define CLKS_PMM_MAX_TRACKED_PAGES 262144ULL
|
||||
#define CLKS_PMM_MIN_USABLE_ADDR 0x100000ULL
|
||||
#define CLKS_PMM_MIN_USABLE_ADDR 0x100000ULL
|
||||
|
||||
static u64 clks_pmm_free_stack[CLKS_PMM_MAX_TRACKED_PAGES];
|
||||
static u64 clks_pmm_free_top = 0;
|
||||
|
||||
Reference in New Issue
Block a user