mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-25 01:40:10 -05:00
pcm dump() routines update: use spaces to indent texts
This commit is contained in:
parent
1439c2be86
commit
bdfbbed5ca
10 changed files with 43 additions and 48 deletions
|
|
@ -711,11 +711,11 @@ static void snd_pcm_route_dump(snd_pcm_t *pcm, snd_output_t *out)
|
|||
else
|
||||
snd_output_printf(out, "Route conversion PCM (sformat=%s)\n",
|
||||
snd_pcm_format_name(route->sformat));
|
||||
snd_output_puts(out, "Transformation table:\n");
|
||||
snd_output_puts(out, " Transformation table:\n");
|
||||
for (dst = 0; dst < route->params.ndsts; dst++) {
|
||||
snd_pcm_route_ttable_dst_t *d = &route->params.dsts[dst];
|
||||
unsigned int src;
|
||||
snd_output_printf(out, "%d <- ", dst);
|
||||
snd_output_printf(out, " %d <- ", dst);
|
||||
if (d->nsrcs == 0) {
|
||||
snd_output_printf(out, "none\n");
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue