From d07fa25e04a19ccb9aa25bb6e2156d23d213db77 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Tue, 28 Nov 2023 20:11:05 +0100 Subject: Meta: Apply new clang-format rules to kernel --- kernel/network/ipv4.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kernel/network/ipv4.h') diff --git a/kernel/network/ipv4.h b/kernel/network/ipv4.h index cd15fce..002aaa7 100644 --- a/kernel/network/ipv4.h +++ b/kernel/network/ipv4.h @@ -1,5 +1,4 @@ #include void handle_ipv4(const u8 *payload, u32 packet_length); -void send_ipv4_packet(u32 ip, u8 protocol, const u8 *payload, - u16 length); +void send_ipv4_packet(u32 ip, u8 protocol, const u8 *payload, u16 length); -- cgit v1.2.3