Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread Nix trailing whitespace. NFCI.
details: https://anonhg.NetBSD.org/src/rev/715232afb948
branches: trunk
changeset: 934026:715232afb948
user: riastradh <riastradh%NetBSD.org@localhost>
date: Thu Jun 04 04:40:01 2020 +0000
description:
Nix trailing whitespace. NFCI.
diffstat:
lib/libpthread/pthread_cond.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r d2fccb7f3906 -r 715232afb948 lib/libpthread/pthread_cond.c
--- a/lib/libpthread/pthread_cond.c Thu Jun 04 03:12:26 2020 +0000
+++ b/lib/libpthread/pthread_cond.c Thu Jun 04 04:40:01 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_cond.c,v 1.71 2020/06/03 22:10:24 ad Exp $ */
+/* $NetBSD: pthread_cond.c,v 1.72 2020/06/04 04:40:01 riastradh Exp $ */
/*-
* Copyright (c) 2001, 2006, 2007, 2008, 2020 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread_cond.c,v 1.71 2020/06/03 22:10:24 ad Exp $");
+__RCSID("$NetBSD: pthread_cond.c,v 1.72 2020/06/04 04:40:01 riastradh Exp $");
#include <stdlib.h>
#include <errno.h>
@@ -61,7 +61,7 @@
pthread__error(EINVAL, "Invalid condition variable",
cond->ptc_magic == _PT_COND_MAGIC);
- return cond->ptc_private ?
+ return cond->ptc_private ?
*(clockid_t *)cond->ptc_private : CLOCK_REALTIME;
}
@@ -185,7 +185,7 @@
pthread_cond_broadcast(cond);
/*
- * Might have raced with another thread to do the wakeup.
+ * Might have raced with another thread to do the wakeup.
* In any case there will be a wakeup for sure. Eat it and
* wait for pt_condwait to clear.
*/
Home |
Main Index |
Thread Index |
Old Index