diff options
author | Jaroslav Kysela <perex@perex.cz> | 2005-12-11 08:24:13 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2005-12-11 08:24:13 +0000 |
commit | bdfbbed5ca671461628e30ae439beca480f667f2 (patch) | |
tree | 5db7d5732322e43eac3adc30aa83336c2a601cfc /src/pcm/pcm_shm.c | |
parent | 1439c2be8675a0135b5c690c0d2feeba800b23a9 (diff) | |
download | alsa-lib-bdfbbed5ca671461628e30ae439beca480f667f2.tar.gz |
pcm dump() routines update: use spaces to indent texts
Diffstat (limited to 'src/pcm/pcm_shm.c')
-rw-r--r-- | src/pcm/pcm_shm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/pcm_shm.c b/src/pcm/pcm_shm.c index ad57f0f0..0640c4bb 100644 --- a/src/pcm/pcm_shm.c +++ b/src/pcm/pcm_shm.c @@ -569,7 +569,7 @@ static void snd_pcm_shm_dump(snd_pcm_t *pcm, snd_output_t *out) { snd_output_printf(out, "Shm PCM\n"); 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); } } |