mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 07:09:47 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
Notes:
sideshowbarker
2024-07-17 16:21:09 +09:00
Author: https://github.com/IdanHo
Commit: 086969277e
Pull-request: https://github.com/SerenityOS/serenity/pull/12321
Reviewed-by: https://github.com/BertalanD
Reviewed-by: https://github.com/bgianfo ✅
1665 changed files with 8479 additions and 8479 deletions
|
@ -131,7 +131,7 @@ READONLY_AFTER_INIT PhysicalAddress boot_pdpt;
|
|||
READONLY_AFTER_INIT PhysicalAddress boot_pd0;
|
||||
READONLY_AFTER_INIT PhysicalAddress boot_pd_kernel;
|
||||
READONLY_AFTER_INIT PageTableEntry* boot_pd_kernel_pt1023;
|
||||
READONLY_AFTER_INIT const char* kernel_cmdline;
|
||||
READONLY_AFTER_INIT char const* kernel_cmdline;
|
||||
READONLY_AFTER_INIT u32 multiboot_flags;
|
||||
READONLY_AFTER_INIT multiboot_memory_map_t* multiboot_memory_map;
|
||||
READONLY_AFTER_INIT size_t multiboot_memory_map_count;
|
||||
|
@ -395,7 +395,7 @@ void init_stage2(void*)
|
|||
if (boot_profiling) {
|
||||
dbgln("Starting full system boot profiling");
|
||||
MutexLocker mutex_locker(Process::current().big_lock());
|
||||
const auto enable_all = ~(u64)0;
|
||||
auto const enable_all = ~(u64)0;
|
||||
auto result = Process::current().sys$profiling_enable(-1, reinterpret_cast<FlatPtr>(&enable_all));
|
||||
VERIFY(!result.is_error());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue