From 7ac4c3eb1d7df938afcadfe3c51926edf5fe7559 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 17 Jul 2025 12:05:17 -0400 Subject: [PATCH] MT#55283 whitespace fixes Change-Id: Iebf2e20d6cbb6633904111af4a9958e2ecaba34d --- include/call.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/call.h b/include/call.h index 19d0b49d6..856b35ccd 100644 --- a/include/call.h +++ b/include/call.h @@ -422,13 +422,13 @@ struct packet_stream { out_lock; struct call_media *media; /* RO */ - call_t *call; /* RO */ + call_t *call; /* RO */ unsigned int component; /* RO, starts with 1 */ unsigned int unique_id; /* RO */ struct recording_stream recording; /* LOCK: call->master_lock */ stream_fd_q sfds; /* LOCK: call->master_lock */ - stream_fd * selected_sfd; + stream_fd *selected_sfd; endpoint_t last_local_endpoint; struct dtls_connection ice_dtls; /* LOCK: in_lock */ sink_handler_q rtp_sinks; /* LOCK: call->master_lock, in_lock for streamhandler */