diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-12-12 07:47:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-12-12 07:47:59 +0000 |
commit | 0d42ec1a3bcf0eafb17604b7c510b4be9e584e04 (patch) | |
tree | 66d9e4965a7880ce25811b43766f3067313308e1 | |
parent | bfcdd41f3e629a81e5ef90ccff54586bd2202b13 (diff) |
spacing
-rw-r--r-- | libexec/ld.so/dir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/dir.c b/libexec/ld.so/dir.c index 4b4507d5ac9..574386affda 100644 --- a/libexec/ld.so/dir.c +++ b/libexec/ld.so/dir.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dir.c,v 1.23 2015/01/16 16:18:07 deraadt Exp $ */ +/* $OpenBSD: dir.c,v 1.24 2017/12/12 07:47:58 deraadt Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -73,7 +73,7 @@ _dl_opendir(const char *name) dirp->dd_buf = _dl_malloc(dirp->dd_len); if (dirp->dd_buf == NULL) { _dl_free(dirp); - _dl_close (fd); + _dl_close(fd); return (NULL); } |