alsa: coding style fix

Was using tabs instead of spaces.

https://bugzilla.gnome.org/show_bug.cgi?id=763985
This commit is contained in:
Guillaume Desmottes 2016-03-21 05:06:18 -04:00 committed by Nicolas Dufresne
parent a0cf3b4262
commit 592b87a463

View file

@ -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__ */