From ce775b4f526bf06da26b3a79c6d7fe719b89f7b8 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 12 Oct 2020 22:06:51 +0000 Subject: annoying whitespace --- lib/libc/thread/rthread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc') 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 * 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) { -- cgit v1.2.3-59-g8ed1b