summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-06-11 12:52:24 +1000
committerDamien Miller <djm@mindrot.org>2007-06-11 12:52:24 +1000
commit66177929aef3f13e0c2c8ce4430af1252ad7b66b (patch)
treed0969ba2b4123f62d5dd5b8862218e3acf2453e1
parent0c0dc49bd145828df58302e85111938b46fc9a58 (diff)
spacing
-rw-r--r--openbsd-compat/xmmap.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c
index 397bc965..23efe388 100644
--- a/openbsd-compat/xmmap.c
+++ b/openbsd-compat/xmmap.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id: xmmap.c,v 1.13 2007/04/29 04:02:43 dtucker Exp $ */
+/* $Id: xmmap.c,v 1.14 2007/06/11 02:52:24 djm Exp $ */
#include "includes.h"
@@ -44,7 +44,8 @@
#include "log.h"
-void *xmmap(size_t size)
+void *
+xmmap(size_t size)
{
#ifdef HAVE_MMAP
void *address;