Source-Changes-HG archive

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

[src/trunk]: src/sys/sys White-space - NFCI



details:   https://anonhg.NetBSD.org/src/rev/a91855eaacf3
branches:  trunk
changeset: 356542:a91855eaacf3
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Oct 02 06:37:04 2017 +0000

description:
White-space - NFCI

diffstat:

 sys/sys/queue.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f56d59b87438 -r a91855eaacf3 sys/sys/queue.h
--- a/sys/sys/queue.h   Mon Oct 02 06:06:43 2017 +0000
+++ b/sys/sys/queue.h   Mon Oct 02 06:37:04 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: queue.h,v 1.71 2017/10/02 05:13:44 pgoyette Exp $      */
+/*     $NetBSD: queue.h,v 1.72 2017/10/02 06:37:04 pgoyette Exp $      */
 
 /*
  * Copyright (c) 1991, 1993
@@ -211,7 +211,7 @@
            ((tvar) = LIST_NEXT((var), field), 1);                      \
            (var) = (tvar))
 
-#define        LIST_MOVE(head1, head2, field) do {                                     \
+#define        LIST_MOVE(head1, head2, field) do {                             \
        LIST_INIT((head2));                                             \
        if (!LIST_EMPTY((head1))) {                                     \
                (head2)->lh_first = (head1)->lh_first;                  \



Home | Main Index | Thread Index | Old Index