mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
Kernel: Run clang-format on Heap/kmalloc.cpp
This commit is contained in:
parent
46a7ee97ac
commit
900865e87c
1 changed files with 1 additions and 2 deletions
|
@ -40,8 +40,7 @@
|
||||||
|
|
||||||
#define SANITIZE_KMALLOC
|
#define SANITIZE_KMALLOC
|
||||||
|
|
||||||
struct AllocationHeader
|
struct AllocationHeader {
|
||||||
{
|
|
||||||
size_t allocation_size_in_chunks;
|
size_t allocation_size_in_chunks;
|
||||||
u8 data[0];
|
u8 data[0];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue