Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2014 17:07:32 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271680 - head/sys/dev/usb/misc
Message-ID:  <201409161707.s8GH7Wla074001@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409161707.s8GH7Wla074001>