1
Fork 0
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:
Liav A 2020-02-25 01:03:39 +02:00 committed by Andreas Kling
parent 46a7ee97ac
commit 900865e87c

View file

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