Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/usb Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/f166688dc500
branches:  nick-nhusb
changeset: 804201:f166688dc500
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Dec 01 21:52:00 2014 +0000

description:
Whitespace.

diffstat:

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

diffs (18 lines):

diff -r 76eb60d6c476 -r f166688dc500 sys/dev/usb/motgvar.h
--- a/sys/dev/usb/motgvar.h     Mon Dec 01 13:03:05 2014 +0000
+++ b/sys/dev/usb/motgvar.h     Mon Dec 01 21:52:00 2014 +0000
@@ -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 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 */



Home | Main Index | Thread Index | Old Index