Skip to content

Commit

Permalink
Kernel: Run clang-format on Heap/kmalloc.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
supercomputer7 authored and awesomekling committed Feb 27, 2020
1 parent 46a7ee9 commit 900865e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Kernel/Heap/kmalloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@

#define SANITIZE_KMALLOC

struct AllocationHeader
{
struct AllocationHeader {
size_t allocation_size_in_chunks;
u8 data[0];
};
Expand Down

0 comments on commit 900865e

Please sign in to comment.