aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_mem.h
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2003-07-04 01:50:39 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2003-07-04 01:50:39 +0000
commitc97325b0c83cd9c95e4f7c608870a4a948669f5b (patch)
tree5b79f9b37e76ca1c2e5ce82ab14f966e1d6c2545 /sys/dev/usb/usb_mem.h
parent8689793bfb9db0ae20d7433cbfc3b3ca2587a1c8 (diff)
downloadsrc-c97325b0c83cd9c95e4f7c608870a4a948669f5b.tar.gz
src-c97325b0c83cd9c95e4f7c608870a4a948669f5b.zip
WARNING: white space diff
This code reduces the number of trailing white space to be more in line w/ NetBSD. I don't regenerate usbdevs, saving that for when it really changes.
Notes
Notes: svn path=/head/; revision=117213
Diffstat (limited to 'sys/dev/usb/usb_mem.h')
-rw-r--r--sys/dev/usb/usb_mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_mem.h b/sys/dev/usb/usb_mem.h
index b3788de2e7d4..3889b5d9802c 100644
--- a/sys/dev/usb/usb_mem.h
+++ b/sys/dev/usb/usb_mem.h
@@ -60,7 +60,7 @@ void usb_freemem(usbd_bus_handle, usb_dma_t *);
#elif defined(__FreeBSD__)
-/*
+/*
* FreeBSD does not have special functions for dma memory, so let's keep it
* simple for now.
*/