Apply Michel's tidy-ups

This commit is contained in:
Alex Young
2014-02-26 15:19:03 +00:00
parent 0baf93fd7b
commit 77f333423b
6 changed files with 77 additions and 50 deletions

View File

@@ -116,6 +116,7 @@ uint64_t monotonic_time_ms(void);
#define fatal(msg, ...) do { \
myloglev(4, msg, ##__VA_ARGS__); \
error_handler(1); \
exit(1); /* never-reached, this is to make static code analizer happy */ \
} while(0)