clang-format 2.0

This commit is contained in:
Lander Gallastegi 2025-06-24 23:14:01 +02:00
parent 1a7eb95c42
commit 7d80a457b1

View File

@ -215,7 +215,6 @@ struct PageManager::Impl {
} }
}; };
// Iterate requested pages // Iterate requested pages
const u64 aligned_addr = page << PAGE_BITS; const u64 aligned_addr = page << PAGE_BITS;
const u64 aligned_end = page_end << PAGE_BITS; const u64 aligned_end = page_end << PAGE_BITS;