From 592b87a463013ddc7a2fa9683fb76a525c6a59fe Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 21 Mar 2016 05:06:18 -0400 Subject: [PATCH] alsa: coding style fix Was using tabs instead of spaces. https://bugzilla.gnome.org/show_bug.cgi?id=763985 --- ext/alsa/gstalsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/alsa/gstalsa.h b/ext/alsa/gstalsa.h index 8026619d4c..3c3d2d6561 100644 --- a/ext/alsa/gstalsa.h +++ b/ext/alsa/gstalsa.h @@ -73,7 +73,7 @@ void gst_alsa_add_channel_reorder_map (GstObject * obj, extern const GstAudioChannelPosition alsa_position[][8]; #ifdef SND_CHMAP_API_VERSION gboolean alsa_chmap_to_channel_positions (const snd_pcm_chmap_t *chmap, - GstAudioChannelPosition *pos); + GstAudioChannelPosition *pos); #endif #endif /* __GST_ALSA_H__ */