summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-06-28 02:17:17 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-06-28 02:17:17 -0400
commit363f96b95b2d96746c013da09b194f4eee39d385 (patch)
treed3597ddf6077d90087e3f8c6fbe0058c45224899
parent38032a41e9d460b61061fd35f125d27af1c9a1ea (diff)
Fix whitespace for next commit
Change-Id: I8773ff7275372882321ebf2e66462781735cddc6
-rw-r--r--apps/pcmbuf.c4
1 files 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;