Skip to content

Commit

Permalink
fix format in worker.c
Browse files Browse the repository at this point in the history
Signed-off-by: rkhapov <[email protected]>
  • Loading branch information
rkhapov committed Nov 3, 2024
1 parent 7bad91d commit 8551510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ static inline void log_max_routing(od_worker_t *worker, od_instance_t *instance,
}

static inline void process_new_client_msg(od_worker_t *worker,
od_router_t *router,
od_instance_t *instance,
machine_msg_t *msg)
od_router_t *router,
od_instance_t *instance,
machine_msg_t *msg)
{
od_client_t *client;
client = *(od_client_t **)machine_msg_data(msg);
Expand Down

0 comments on commit 8551510

Please sign in to comment.