Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/acec09f245b9
branches:  trunk
changeset: 345529:acec09f245b9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue May 31 08:24:43 2016 +0000

description:
Remove trailing whitespace.

diffstat:

 share/man/man3/queue.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6fae52a9edfc -r acec09f245b9 share/man/man3/queue.3
--- a/share/man/man3/queue.3    Tue May 31 07:49:09 2016 +0000
+++ b/share/man/man3/queue.3    Tue May 31 08:24:43 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: queue.3,v 1.52 2016/05/31 06:00:38 pgoyette Exp $
+.\"    $NetBSD: queue.3,v 1.53 2016/05/31 08:24:43 wiz Exp $
 .\"
 .\" Copyright (c) 2000, 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1041,7 +1041,7 @@
                                        /* Reverse traversal. */
 TAILQ_FOREACH_REVERSE(np, \*[Am]head, tailhead, entries)
        np-\*[Gt] ...
-                                       
+
 while (TAILQ_FIRST(\*[Am]head) != NULL)        /* Delete. */
        TAILQ_REMOVE(\*[Am]head, TAILQ_FIRST(\*[Am]head), entries);
 if (TAILQ_EMPTY(\*[Am]head))                   /* Test for emptiness. */



Home | Main Index | Thread Index | Old Index