alsa: coding style fix
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 21 Mar 2016 09:06:18 +0000 (05:06 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 12 Apr 2016 18:34:13 +0000 (14:34 -0400)
Was using tabs instead of spaces.

https://bugzilla.gnome.org/show_bug.cgi?id=763985

ext/alsa/gstalsa.h

index 8026619..3c3d2d6 100644 (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__ */