forked from len0rd/rockbox
libtremor: small whitespace cleanup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30583 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c2bd876e89
commit
2abb52a084
1 changed files with 4 additions and 5 deletions
|
|
@ -111,8 +111,7 @@ static inline void window_overlap_add(unsigned int blocksize, unsigned int lastb
|
||||||
int j;
|
int j;
|
||||||
for (j = 0; j < ch; j++) {
|
for (j = 0; j < ch; j++) {
|
||||||
ogg_int32_t *residue = v->residues[v->ri] + j * blocksize / 2;
|
ogg_int32_t *residue = v->residues[v->ri] + j * blocksize / 2;
|
||||||
ogg_int32_t *saved;
|
ogg_int32_t *saved = v->saved_ptr[j];
|
||||||
saved = v->saved_ptr[j];
|
|
||||||
ogg_int32_t *ret = v->floors + j * retlen;
|
ogg_int32_t *ret = v->floors + j * retlen;
|
||||||
ogg_int32_t *buf = residue;
|
ogg_int32_t *buf = residue;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue