Module Name:    src
Committed By:   pgoyette
Date:           Mon Oct  2 06:37:04 UTC 2017

Modified Files:
        src/sys/sys: queue.h

Log Message:
White-space - NFCI


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/sys/queue.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/queue.h
diff -u src/sys/sys/queue.h:1.71 src/sys/sys/queue.h:1.72
--- src/sys/sys/queue.h:1.71	Mon Oct  2 05:13:44 2017
+++ src/sys/sys/queue.h	Mon Oct  2 06:37:04 2017
@@ -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;			\

Reply via email to