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_livesync.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ot_livesync.h') diff --git a/ot_livesync.h b/ot_livesync.h index 41bfc2e..cb28774 100644 --- a/ot_livesync.h +++ b/ot_livesync.h @@ -51,18 +51,18 @@ void livesync_init(); void livesync_deinit(); /* Join multicast group for listening and create sending socket */ -void livesync_bind_mcast( char *ip, uint16_t port ); +void livesync_bind_mcast(char *ip, uint16_t port); /* Inform live sync about whats going on. */ -void livesync_tell( struct ot_workstruct *ws ); +void livesync_tell(struct ot_workstruct *ws); /* Tickle the live sync module from time to time, so no events get stuck when there's not enough traffic to fill udp packets fast enough */ -void livesync_ticker( ); +void livesync_ticker(); /* Handle an incoming live sync packet */ -void handle_livesync( const int64 sock ); +void handle_livesync(const int64 sock); #else -- cgit v1.2.3