pcm dump() routines update: use spaces to indent texts

This commit is contained in:
Jaroslav Kysela 2005-12-11 08:24:13 +00:00
parent 1439c2be86
commit bdfbbed5ca
10 changed files with 43 additions and 48 deletions

View file

@ -986,7 +986,7 @@ static void snd_pcm_hw_dump(snd_pcm_t *pcm, snd_output_t *out)
hw->card, name, hw->device, hw->subdevice);
free(name);
if (pcm->setup) {
snd_output_printf(out, "\nIts setup is:\n");
snd_output_printf(out, "Its setup is:\n");
snd_pcm_dump_setup(pcm, out);
}
}