From f6c49cecc18df02579473095818935e8271fbfbc Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 17 Oct 2016 19:25:45 +0100 Subject: One extra empty line not in OpenBSD, and tweak a #define style. --- xmalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmalloc.h') diff --git a/xmalloc.h b/xmalloc.h index 0360b0d9..61f8adef 100644 --- a/xmalloc.h +++ b/xmalloc.h @@ -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); -- cgit v1.2.3