diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-08-23 06:27:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-08-23 06:27:33 +0000 |
commit | e9c81f5c8ba21ec5ec50b4a25f020318f32768fd (patch) | |
tree | 760974232a8da7987cd1d3dca672957d162ad091 | |
parent | 5dac84db5ce1ebcbad33f8765be4e99eec70786b (diff) |
huge amount of spaces
-rw-r--r-- | libexec/ld.so/ldconfig/prebind_path.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libexec/ld.so/ldconfig/prebind_path.c b/libexec/ld.so/ldconfig/prebind_path.c index f179430640e..31a2a0eb1a3 100644 --- a/libexec/ld.so/ldconfig/prebind_path.c +++ b/libexec/ld.so/ldconfig/prebind_path.c @@ -1,4 +1,4 @@ -/* $OpenBSD: prebind_path.c,v 1.3 2014/06/21 08:00:23 otto Exp $ */ +/* $OpenBSD: prebind_path.c,v 1.4 2015/08/23 06:27:32 deraadt Exp $ */ /* * Copyright (c) 2013 Kurt Miller <kurt@intricatesoftware.com> @@ -21,11 +21,11 @@ #include <string.h> #include "util.h" -void * -_dl_reallocarray(void *ptr, size_t cnt, size_t num) -{ - return reallocarray(ptr, cnt, num); -} +void * +_dl_reallocarray(void *ptr, size_t cnt, size_t num) +{ + return reallocarray(ptr, cnt, num); +} void * _dl_malloc(size_t need) |