From 398b37124e870b3be69a03e5d89c5887204d6990 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Mon, 22 Feb 2010 19:44:05 +0000 Subject: Remove all tabs within codec path. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24862 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmad/fixed.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/codecs/libmad/fixed.c') diff --git a/apps/codecs/libmad/fixed.c b/apps/codecs/libmad/fixed.c index d30f7a1219..f2f0a3ce4a 100644 --- a/apps/codecs/libmad/fixed.c +++ b/apps/codecs/libmad/fixed.c @@ -28,8 +28,8 @@ # include "fixed.h" /* - * NAME: fixed->abs() - * DESCRIPTION: return absolute value of a fixed-point number + * NAME: fixed->abs() + * DESCRIPTION: return absolute value of a fixed-point number */ mad_fixed_t mad_f_abs(mad_fixed_t x) { @@ -37,8 +37,8 @@ mad_fixed_t mad_f_abs(mad_fixed_t x) } /* - * NAME: fixed->div() - * DESCRIPTION: perform division using fixed-point math + * NAME: fixed->div() + * DESCRIPTION: perform division using fixed-point math */ mad_fixed_t mad_f_div(mad_fixed_t x, mad_fixed_t y) { -- cgit v1.2.3