diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2017-10-02 06:37:04 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2017-10-02 06:37:04 +0000 |
| commit | 8fccb79e868ccfeb1fb6d548c28da3eadc623f18 (patch) | |
| tree | 9661f7c9f29104544d8d940c25be12f84764c805 /sys | |
| parent | ceac777f60f419c236400b56c1aa3d8cbd1c3c3f (diff) | |
White-space - NFCI
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/queue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/queue.h b/sys/sys/queue.h index 1d6fb24c07b..54b3b1b4d11 100644 --- a/sys/sys/queue.h +++ b/sys/sys/queue.h @@ -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 @@ struct { \ ((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; \ |
