From 5cebdcd06b73ebf957d52b6a7a048937b146c9cd Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 3 Jan 2010 11:12:31 +0000 Subject: More tabs removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24157 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/beatbox/beatbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/beatbox') diff --git a/apps/plugins/beatbox/beatbox.c b/apps/plugins/beatbox/beatbox.c index 0974dc3d05..b8e46bcd0c 100644 --- a/apps/plugins/beatbox/beatbox.c +++ b/apps/plugins/beatbox/beatbox.c @@ -106,7 +106,7 @@ PLUGIN_IRAM_DECLARE #define MAX_VOICES 20 // Note: 24 midi channels is the minimum general midi // spec implementation -#else // Simulator requires 44100, and we can afford to use more voices +#else // Simulator requires 44100, and we can afford to use more voices #define SAMPLE_RATE SAMPR_44 #define MAX_VOICES 48 @@ -120,7 +120,7 @@ PLUGIN_IRAM_DECLARE #undef SYNC #ifdef SIMULATOR - #define SYNC + #define SYNC #endif struct MIDIfile * mf IBSS_ATTR; -- cgit v1.2.3