aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2017-04-06 22:21:46 -0700
committerTaylor Holberton <taylorcholberton@gmail.com>2017-04-06 22:21:46 -0700
commit5f9d22f568c06310b90935192f12670742c6c8dc (patch)
treedadd131674c149691b7b2cc73d82b6fa720b756e /include
parent1369a0ff9979cfbdaa0ca88e4696265655cd198b (diff)
removed stray tab
Diffstat (limited to 'include')
-rw-r--r--include/tinyalsa/pcm.h2
1 files changed, 1 insertions, 1 deletions
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);