mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
alsa: coding style fix
Was using tabs instead of spaces. https://bugzilla.gnome.org/show_bug.cgi?id=763985
This commit is contained in:
parent
a0cf3b4262
commit
592b87a463
1 changed files with 1 additions and 1 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue