1
0
Fork 0
forked from len0rd/rockbox

Final removal of tabs in firmware path

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24158 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-01-03 11:31:14 +00:00
parent 5cebdcd06b
commit 508bf2b45a
8 changed files with 17 additions and 17 deletions

View file

@ -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(...)