drop a misplaced newline

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2301 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2008-04-23 18:11:14 +00:00
parent 3c8e83fb3e
commit af03dd4e4f

View file

@ -1442,7 +1442,6 @@ static void peaks_resample(pa_resampler *r, const pa_memchunk *input, unsigned i
pa_assert(o_index * fz < pa_memblock_get_length(output->memblock)); pa_assert(o_index * fz < pa_memblock_get_length(output->memblock));
if (r->work_format == PA_SAMPLE_S16NE) { if (r->work_format == PA_SAMPLE_S16NE) {
unsigned i, c; unsigned i, c;
int16_t *s = (int16_t*) ((uint8_t*) src + fz * j); int16_t *s = (int16_t*) ((uint8_t*) src + fz * j);