1
0
Fork 0
forked from len0rd/rockbox

Change liba52 and libmad to the original 8-spaced tabbing.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24863 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-02-22 21:02:57 +00:00
parent 398b37124e
commit 3f5f3524d4
30 changed files with 2784 additions and 2784 deletions

View file

@ -28,7 +28,7 @@
# include "fixed.h"
/*
* NAME: fixed->abs()
* NAME: fixed->abs()
* DESCRIPTION: return absolute value of a fixed-point number
*/
mad_fixed_t mad_f_abs(mad_fixed_t x)
@ -37,7 +37,7 @@ mad_fixed_t mad_f_abs(mad_fixed_t x)
}
/*
* NAME: fixed->div()
* NAME: fixed->div()
* DESCRIPTION: perform division using fixed-point math
*/
mad_fixed_t mad_f_div(mad_fixed_t x, mad_fixed_t y)