mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Fix whitespace for next commit
Change-Id: I8773ff7275372882321ebf2e66462781735cddc6
This commit is contained in:
parent
38032a41e9
commit
363f96b95b
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue