mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
Kernel: Run clang-format on Heap/kmalloc.cpp
This commit is contained in:
parent
46a7ee97ac
commit
900865e87c
Notes:
sideshowbarker
2024-07-19 09:00:16 +09:00
Author: https://github.com/supercomputer7
Commit: 900865e87c
Pull-request: https://github.com/SerenityOS/serenity/pull/1290
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