From: djm Date: Mon, 11 Jun 2007 02:52:24 +0000 (+0000) Subject: spacing X-Git-Tag: V_4_7_P1~61 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/52e870195ccdd064e0102956592e97b752ade458 spacing --- diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c index a141f558..322ffc2b 100644 --- a/openbsd-compat/xmmap.c +++ b/openbsd-compat/xmmap.c @@ -44,7 +44,8 @@ #include "log.h" -void *xmmap(size_t size) +void * +xmmap(size_t size) { #ifdef HAVE_MMAP void *address;