Browse Source

style; OK otto

OPENBSD_6_5
florian 5 years ago
parent
commit
dcc9f7dd37
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/stdlib/malloc.c

+ 3
- 3
src/lib/libc/stdlib/malloc.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: malloc.c,v 1.255 2018/11/27 17:29:55 otto Exp $ */
/* $OpenBSD: malloc.c,v 1.256 2018/12/09 11:32:02 florian Exp $ */
/*
* Copyright (c) 2008, 2010, 2011, 2016 Otto Moerbeek <otto@drijf.net>
* Copyright (c) 2012 Matthew Dempsky <matthew@openbsd.org>
@ -260,8 +260,8 @@ hash(void *p)
return sum;
}
static inline
struct dir_info *getpool(void)
static inline struct dir_info *
getpool(void)
{
if (!mopts.malloc_mt)
return mopts.malloc_pool[0];


Loading…
Cancel
Save