mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-10 04:27:43 -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
|
|
@ -58,7 +58,7 @@ static int level_enable(snd_pcm_scope_t *scope)
|
|||
snd_pcm_scope_set_callback_private(scope, level);
|
||||
level->win = initscr();
|
||||
winsdelln(level->win, snd_pcm_meter_get_channels(level->pcm));
|
||||
getyx(level->win, y, x);
|
||||
getyx(level->win, y, x);
|
||||
level->top = y;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue