svn commit: r213851 - user/weongyo/usb/sys/dev/usb

Weongyo Jeong weongyo at FreeBSD.org
Thu Oct 14 20:31:07 UTC 2010


Author: weongyo
Date: Thu Oct 14 20:31:07 2010
New Revision: 213851
URL: http://svn.freebsd.org/changeset/base/213851

Log:
  Removes a space.

Modified:
  user/weongyo/usb/sys/dev/usb/usb_pf.c

Modified: user/weongyo/usb/sys/dev/usb/usb_pf.c
==============================================================================
--- user/weongyo/usb/sys/dev/usb/usb_pf.c	Thu Oct 14 20:26:19 2010	(r213850)
+++ user/weongyo/usb/sys/dev/usb/usb_pf.c	Thu Oct 14 20:31:07 2010	(r213851)
@@ -1737,7 +1737,7 @@ usbpf_xfertap(struct usb_xfer *xfer, int
 	default:
 		panic("wrong usbpf type (%d)", type);
 	}
-	
+
 	up->up_error = xfer->error;
 	up->up_interval = xfer->interval;
 	ptr += sizeof(struct usbpf_pkthdr);


More information about the svn-src-user mailing list