From 363f96b95b2d96746c013da09b194f4eee39d385 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 28 Jun 2013 02:17:17 -0400 Subject: Fix whitespace for next commit Change-Id: I8773ff7275372882321ebf2e66462781735cddc6 --- apps/pcmbuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c index 9754f13bd9..068c7aa1d3 100644 --- a/apps/pcmbuf.c +++ b/apps/pcmbuf.c @@ -243,7 +243,7 @@ static struct chunkdesc * index_chunkdesc_offs(size_t index, int offset) { i = (i + offset) % pcmbuf_desc_count; - /* remainder => modulus */ + /* remainder => modulus */ if (i < 0) i += pcmbuf_desc_count; } @@ -811,7 +811,7 @@ static size_t crossfade_find_index(size_t index, size_t size) while (i != chunk_widx) { size_t desc_size = index_chunkdesc(i)->size; - + if (size < desc_size) return i + size; -- cgit v1.2.3