mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-17 07:00:01 -05:00
huge correction of tabulators and whitespaces
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b37ac0982b
commit
66a3d542ac
157 changed files with 2008 additions and 2008 deletions
|
|
@ -92,7 +92,7 @@ int snd_timer_query_hw_open(snd_timer_query_t **handle, const char *name, int mo
|
|||
|
||||
tmode = O_RDONLY;
|
||||
if (mode & SND_TIMER_OPEN_NONBLOCK)
|
||||
tmode |= O_NONBLOCK;
|
||||
tmode |= O_NONBLOCK;
|
||||
fd = snd_open_device(SNDRV_FILE_TIMER, tmode);
|
||||
if (fd < 0)
|
||||
return -errno;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue