fixed formatting

This commit is contained in:
Markus Fröschle
2014-06-23 18:23:44 +00:00
parent 067b31c31d
commit 68aac6bf71
4 changed files with 137 additions and 110 deletions

View File

@@ -18,7 +18,7 @@
#define DBG_MODES
#ifdef DBG_MODES
#define dbg(format, arg...) do { xprintf("DEBUG: " format, ##arg); } while (0)
#define dbg(format, arg...) do { xprintf("DEBUG: " format, __FUNCTION__, ##arg); } while (0)
#else
#define dbg(format, arg...) do { ; } while (0)
#endif /* DBG_MODES */