Kernel: Run clang-format on Heap/kmalloc.cpp

This commit is contained in:
Liav A 2020-02-25 01:03:39 +02:00 committed by Andreas Kling
commit 900865e87c
Notes: sideshowbarker 2024-07-19 09:00:16 +09:00

View file

@ -40,8 +40,7 @@
#define SANITIZE_KMALLOC
struct AllocationHeader
{
struct AllocationHeader {
size_t allocation_size_in_chunks;
u8 data[0];
};