Module Name:    src
Committed By:   skrll
Date:           Mon Dec  1 21:52:00 UTC 2014

Modified Files:
        src/sys/dev/usb [nick-nhusb]: motgvar.h

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.2.1 src/sys/dev/usb/motgvar.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/dev/usb/motgvar.h
diff -u src/sys/dev/usb/motgvar.h:1.4 src/sys/dev/usb/motgvar.h:1.4.2.1
--- src/sys/dev/usb/motgvar.h:1.4	Sat Sep 13 18:36:39 2014
+++ src/sys/dev/usb/motgvar.h	Mon Dec  1 21:52:00 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: motgvar.h,v 1.4 2014/09/13 18:36:39 jmcneill Exp $	*/
+/*	$NetBSD: motgvar.h,v 1.4.2.1 2014/12/01 21:52:00 skrll Exp $	*/
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@ struct motg_pipe {
 	struct usbd_pipe pipe;
 	int nexttoggle;
 	struct motg_hw_ep *hw_ep; /* pointer to the hardware EP used */
-	SIMPLEQ_ENTRY(motg_pipe) ep_pipe_list; 
+	SIMPLEQ_ENTRY(motg_pipe) ep_pipe_list;
 };
 
 /* description of a hardware endpoint */

Reply via email to