svn commit: r271680 - head/sys/dev/usb/misc

Brooks Davis brooks at FreeBSD.org
Tue Sep 16 17:07:32 UTC 2014


Author: brooks
Date: Tue Sep 16 17:07:32 2014
New Revision: 271680
URL: http://svnweb.freebsd.org/changeset/base/271680

Log:
  Fix some extra whitespace noticed when reviewing git diffs.

Modified:
  head/sys/dev/usb/misc/uled.c

Modified: head/sys/dev/usb/misc/uled.c
==============================================================================
--- head/sys/dev/usb/misc/uled.c	Tue Sep 16 15:45:53 2014	(r271679)
+++ head/sys/dev/usb/misc/uled.c	Tue Sep 16 17:07:32 2014	(r271680)
@@ -231,7 +231,7 @@ uled_close(struct usb_fifo *fifo, int ff
 		sc->sc_state &= ~ULED_ENABLED;
 	}
 }
-			
+
 static int
 uled_ioctl(struct usb_fifo *fifo, u_long cmd, void *addr, int fflags)
 {


More information about the svn-src-head mailing list