From 508bf2b45a7bdd163c7bc7644900f2100f9fe137 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 3 Jan 2010 11:31:14 +0000 Subject: Final removal of tabs in firmware path git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24158 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/debug.h') diff --git a/firmware/export/debug.h b/firmware/export/debug.h index f9f93fdcd9..314b495dd2 100644 --- a/firmware/export/debug.h +++ b/firmware/export/debug.h @@ -33,7 +33,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...) /* */ #if defined(SIMULATOR) && !defined(__PCTOOL__) -#define DEBUGF debugf +#define DEBUGF debugf #define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__) #else #if defined(DEBUG) @@ -42,7 +42,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...) void breakpoint(void); #endif -#define DEBUGF debugf +#define DEBUGF debugf #define LDEBUGF debugf #else #define DEBUGF(...) -- cgit v1.2.3