diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-03 11:31:14 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-03 11:31:14 +0000 |
| commit | 508bf2b45a7bdd163c7bc7644900f2100f9fe137 (patch) | |
| tree | 00b3f9e24d461ad2c743813f9670c481c58acaed /firmware/export/debug.h | |
| parent | 5cebdcd06b73ebf957d52b6a7a048937b146c9cd (diff) | |
| download | rockbox-508bf2b45a7bdd163c7bc7644900f2100f9fe137.zip rockbox-508bf2b45a7bdd163c7bc7644900f2100f9fe137.tar.gz rockbox-508bf2b45a7bdd163c7bc7644900f2100f9fe137.tar.bz2 rockbox-508bf2b45a7bdd163c7bc7644900f2100f9fe137.tar.xz | |
Final removal of tabs in firmware path
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24158 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/debug.h')
| -rw-r--r-- | firmware/export/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/debug.h b/firmware/export/debug.h index f9f93fd..314b495 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(...) |