mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:38:10 +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
|
||||
|
||||
struct AllocationHeader
|
||||
{
|
||||
struct AllocationHeader {
|
||||
size_t allocation_size_in_chunks;
|
||||
u8 data[0];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue