One extra empty line not in OpenBSD, and tweak a #define style.

This commit is contained in:
Nicholas Marriott
2016-10-17 19:25:45 +01:00
parent 7ba845297f
commit f6c49cecc1
3 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,7 @@
#define XMALLOC_H
#if !defined(__bounded__)
# define __bounded__(x, y, z)
#define __bounded__(x, y, z)
#endif
void *xmalloc(size_t);