osx: fix indent

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2251>
This commit is contained in:
Ignacio Casal Quinteiro 2022-04-20 18:12:02 +02:00 committed by GStreamer Marge Bot
parent 57fed3c911
commit 243f8e8882

View file

@ -1232,7 +1232,8 @@ gst_core_audio_select_device_impl (GstCoreAudio * core_audio)
(unsigned) devices[i], device_name);
channel_layout =
gst_core_audio_audio_device_get_channel_layout (devices[i], output);
gst_core_audio_audio_device_get_channel_layout (devices[i],
output);
if (channel_layout) {
gst_core_audio_dump_channel_layout (channel_layout);
g_free (channel_layout);