From 4d5e88245a3aa6ff80df63c5a145b2b41495cbb2 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 7 Feb 2010 18:38:47 +0000 Subject: Remove more tabs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24550 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/mpa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/codecs/mpa.c') diff --git a/apps/codecs/mpa.c b/apps/codecs/mpa.c index f248744..2fa7d02 100644 --- a/apps/codecs/mpa.c +++ b/apps/codecs/mpa.c @@ -278,12 +278,12 @@ static void mad_synth_thread_quit(void) #else static inline void mad_synth_thread_ready(void) { - mad_synth_frame(&synth, &frame); + mad_synth_frame(&synth, &frame); } static inline bool mad_synth_thread_create(void) { - return true; + return true; } static inline void mad_synth_thread_quit(void) -- cgit v1.1