minor stylecheck cleanups

This commit is contained in:
Karl Palsson
2016-02-29 21:30:31 +00:00
parent 57c7ba3283
commit ba9cb7dc5d
3 changed files with 5 additions and 5 deletions

View File

@@ -34,10 +34,10 @@
#ifdef ER_DEBUG
#include <stdio.h>
#define ER_DPRINTF(fmt, ...) \
do { printf(fmt, ## __VA_ARGS__); } while (0)
do { printf(fmt, ## __VA_ARGS__); } while (0)
#else
#define ER_DPRINTF(fmt, ...) \
do { } while (0)
do { } while (0)
#endif
/*