Module Name:    src
Committed By:   skrll
Date:           Mon Aug 12 08:52:39 UTC 2019

Modified Files:
        src/sys/dev/usb: if_cdce.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/usb/if_cdce.c

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/if_cdce.c
diff -u src/sys/dev/usb/if_cdce.c:1.63 src/sys/dev/usb/if_cdce.c:1.64
--- src/sys/dev/usb/if_cdce.c:1.63	Sun Aug 11 02:37:03 2019
+++ src/sys/dev/usb/if_cdce.c	Mon Aug 12 08:52:39 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_cdce.c,v 1.63 2019/08/11 02:37:03 mrg Exp $ */
+/*	$NetBSD: if_cdce.c,v 1.64 2019/08/12 08:52:39 skrll Exp $ */
 
 /*
  * Copyright (c) 1997, 1998, 1999, 2000-2003 Bill Paul <wp...@windriver.com>
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_cdce.c,v 1.63 2019/08/11 02:37:03 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_cdce.c,v 1.64 2019/08/12 08:52:39 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -109,7 +109,7 @@ cdce_match(device_t parent, cfdata_t mat
 static void
 cdce_attach(device_t parent, device_t self, void *aux)
 {
-	struct usbnet * const		 un = device_private(self); 
+	struct usbnet * const		 un = device_private(self);
 	struct usbif_attach_arg		*uiaa = aux;
 	char				*devinfop;
 	struct usbd_device	        *dev = uiaa->uiaa_device;

Reply via email to