From 243f8e8882c38f40208e3cac471f032d402572a8 Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Wed, 20 Apr 2022 18:12:02 +0200 Subject: [PATCH] osx: fix indent Part-of: --- subprojects/gst-plugins-good/sys/osxaudio/gstosxcoreaudiohal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-good/sys/osxaudio/gstosxcoreaudiohal.c b/subprojects/gst-plugins-good/sys/osxaudio/gstosxcoreaudiohal.c index 483691c539..3ce2fff8c1 100644 --- a/subprojects/gst-plugins-good/sys/osxaudio/gstosxcoreaudiohal.c +++ b/subprojects/gst-plugins-good/sys/osxaudio/gstosxcoreaudiohal.c @@ -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);