run Lindent over source to get everything looking about the same
diff --git a/debug.h b/debug.h
index 53626ef..ed28e8b 100644
--- a/debug.h
+++ b/debug.h
@@ -1,6 +1,7 @@
#include <features.h>
-void debug_(int level, const char *file, int line, const char *func, const char *fmt, ...);
+void debug_(int level, const char *file, int line, const char *func,
+ const char *fmt, ...);
int xwrite(const char *, size_t);
int xwrites(const char *);
@@ -11,7 +12,6 @@
int xwritedump(void *, long, int);
int xinfdump(long, void *, int);
-
# define debug(level, expr...) debug_(level, __FILE__, __LINE__, DEBUG_FUNCTION, expr)
/* Version 2.4 and later of GCC define a magical variable `__PRETTY_FUNCTION__'