diff options
author | 2020-10-12 22:06:51 +0000 | |
---|---|---|
committer | 2020-10-12 22:06:51 +0000 | |
commit | ce775b4f526bf06da26b3a79c6d7fe719b89f7b8 (patch) | |
tree | 7b7eb265845e55357ff9b6bc489510c22ffd8233 /lib/libc | |
parent | mib[2] is no longer used; ok guenther (diff) | |
download | wireguard-openbsd-ce775b4f526bf06da26b3a79c6d7fe719b89f7b8.tar.xz wireguard-openbsd-ce775b4f526bf06da26b3a79c6d7fe719b89f7b8.zip |
annoying whitespace
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/thread/rthread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/thread/rthread.c b/lib/libc/thread/rthread.c index c61d8fd6f03..ae74aceb51b 100644 --- a/lib/libc/thread/rthread.c +++ b/lib/libc/thread/rthread.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread.c,v 1.8 2018/05/13 16:21:26 visa Exp $ */ +/* $OpenBSD: rthread.c,v 1.9 2020/10/12 22:06:51 deraadt Exp $ */ /* * Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org> * All Rights Reserved. @@ -90,7 +90,7 @@ _rthread_init(void) * Set the debug level from an environment string. * Bogus values are silently ignored. */ - if (! issetugid()) { + if (!issetugid()) { char *envp = getenv(RTHREAD_ENV_DEBUG); if (envp != NULL) { |