Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread trailing whitespace police.



details:   https://anonhg.NetBSD.org/src/rev/194a8cfb039a
branches:  trunk
changeset: 778559:194a8cfb039a
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 04 17:47:03 2012 +0000

description:
trailing whitespace police.

diffstat:

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

diffs (27 lines):

diff -r df95d0f464f2 -r 194a8cfb039a lib/libpthread/pthread_cancelstub.c
--- a/lib/libpthread/pthread_cancelstub.c       Wed Apr 04 17:44:31 2012 +0000
+++ b/lib/libpthread/pthread_cancelstub.c       Wed Apr 04 17:47:03 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_cancelstub.c,v 1.36 2012/04/04 06:29:16 agc Exp $      */
+/*     $NetBSD: pthread_cancelstub.c,v 1.37 2012/04/04 17:47:03 christos Exp $ */
 
 /*-
  * Copyright (c) 2002, 2007 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #undef _FORTIFY_SOURCE
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread_cancelstub.c,v 1.36 2012/04/04 06:29:16 agc Exp $");
+__RCSID("$NetBSD: pthread_cancelstub.c,v 1.37 2012/04/04 17:47:03 christos Exp $");
 
 #ifndef lint
 
@@ -593,7 +593,7 @@
        return retval;
 }
 
-int                                                                                                                  
+int
 sigwait(const sigset_t * __restrict set, int * __restrict sig)
 {
        pthread_t       self;



Home | Main Index | Thread Index | Old Index