From 5f9d22f568c06310b90935192f12670742c6c8dc Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Thu, 6 Apr 2017 22:21:46 -0700 Subject: removed stray tab --- include/tinyalsa/pcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/tinyalsa/pcm.h b/include/tinyalsa/pcm.h index 69544a1..2bd6292 100644 --- a/include/tinyalsa/pcm.h +++ b/include/tinyalsa/pcm.h @@ -241,7 +241,7 @@ struct pcm *pcm_open_by_name(const char *name, const struct pcm_config *config); int pcm_close(struct pcm *pcm); - + int pcm_is_ready(const struct pcm *pcm); unsigned int pcm_get_channels(const struct pcm *pcm); -- cgit v1.2.3