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.



details:   https://anonhg.NetBSD.org/src/rev/86336d4ad572
branches:  trunk
changeset: 934519:86336d4ad572
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Jun 13 17:39:42 2020 +0000

description:
Nix trailing whitespace.

diffstat:

 lib/libpthread/pthread_cond.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 94dd77b1c802 -r 86336d4ad572 lib/libpthread/pthread_cond.c
--- a/lib/libpthread/pthread_cond.c     Sat Jun 13 16:56:46 2020 +0000
+++ b/lib/libpthread/pthread_cond.c     Sat Jun 13 17:39:42 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_cond.c,v 1.74 2020/06/10 22:45:15 ad Exp $     */
+/*     $NetBSD: pthread_cond.c,v 1.75 2020/06/13 17:39:42 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.74 2020/06/10 22:45:15 ad Exp $");
+__RCSID("$NetBSD: pthread_cond.c,v 1.75 2020/06/13 17:39:42 riastradh Exp $");
 
 #include <stdlib.h>
 #include <errno.h>
@@ -179,7 +179,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.
                 * Wait until released, otherwise "waiter" is still globally
                 * visible.
                 */



Home | Main Index | Thread Index | Old Index