summaryrefslogtreecommitdiffstats
path: root/xmalloc.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-10-17 19:25:45 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-10-17 19:25:45 +0100
commitf6c49cecc18df02579473095818935e8271fbfbc (patch)
treec41787de20debca17f2676be2704146d68205cca /xmalloc.h
parent7ba845297fd60c784ecff248b27db109750211bf (diff)
One extra empty line not in OpenBSD, and tweak a #define style.
Diffstat (limited to 'xmalloc.h')
-rw-r--r--xmalloc.h2
1 files changed, 1 insertions, 1 deletions
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);