From 7c633c259ebc4a863c5076462c5792ecb8b9f617 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 15 Apr 2024 00:39:02 +0200 Subject: clang-format --- ot_udp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ot_udp.h') diff --git a/ot_udp.h b/ot_udp.h index 974c727..a71a3d9 100644 --- a/ot_udp.h +++ b/ot_udp.h @@ -6,7 +6,7 @@ #ifndef OT_UDP_H__ #define OT_UDP_H__ -void udp_init( int64 sock, unsigned int worker_count ); -int handle_udp6( int64 serversocket, struct ot_workstruct *ws ); +void udp_init(int64 sock, unsigned int worker_count); +int handle_udp6(int64 serversocket, struct ot_workstruct *ws); #endif -- cgit v1.2.3