webrtc:ice: Reindent header

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2891>
This commit is contained in:
Thibault Saunier 2022-08-16 08:59:00 -04:00 committed by GStreamer Marge Bot
parent 0ee9727df3
commit 82a7a23fa0

View file

@ -113,11 +113,9 @@ struct _GstWebRTCICEClass {
GstWebRTCICEOnCandidateFunc func,
gpointer user_data,
GDestroyNotify notify);
GstWebRTCICECandidateStats*
(*get_local_candidates) (GstWebRTCICE * ice,
GstWebRTCICECandidateStats* (*get_local_candidates) (GstWebRTCICE * ice,
GstWebRTCICEStream * stream);
GstWebRTCICECandidateStats*
(get_remote_candidates) (GstWebRTCICE * ice,
GstWebRTCICECandidateStats* (*get_remote_candidates)(GstWebRTCICE * ice,
GstWebRTCICEStream * stream);
gboolean (*get_selected_pair) (GstWebRTCICE * ice,
GstWebRTCICEStream * stream,