Index: uspace/lib/usbhost/include/usb/host/ddf_helpers.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision 460ea7ed2af9977b884414b68b2f7b94fa472cfd)
@@ -45,5 +45,4 @@
 #include <usb/descriptor.h>
 
-
 extern errno_t hcd_ddf_setup_hc(ddf_dev_t *, size_t);
 extern void hcd_ddf_clean_hc(hc_device_t *);
Index: uspace/lib/usbhost/include/usb/host/utility.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/utility.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/lib/usbhost/include/usb/host/utility.h	(revision 460ea7ed2af9977b884414b68b2f7b94fa472cfd)
@@ -65,5 +65,4 @@
 errno_t joinable_fibril_recreate(joinable_fibril_t *);
 
-
 #endif
 /**
Index: uspace/lib/usbhost/include/usb/host/utils/malloc32.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/utils/malloc32.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/lib/usbhost/include/usb/host/utils/malloc32.h	(revision 460ea7ed2af9977b884414b68b2f7b94fa472cfd)
@@ -117,5 +117,4 @@
 }
 
-
 #endif
 /**
Index: uspace/lib/usbhost/src/ddf_helpers.c
===================================================================
--- uspace/lib/usbhost/src/ddf_helpers.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/lib/usbhost/src/ddf_helpers.c	(revision 460ea7ed2af9977b884414b68b2f7b94fa472cfd)
@@ -340,5 +340,4 @@
 	.interfaces[USBHC_DEV_IFACE] = &usbhc_iface,
 };
-
 
 /* DDF HELPERS */
Index: uspace/lib/usbhost/src/hcd.c
===================================================================
--- uspace/lib/usbhost/src/hcd.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/lib/usbhost/src/hcd.c	(revision 460ea7ed2af9977b884414b68b2f7b94fa472cfd)
@@ -378,5 +378,4 @@
 }
 
-
 /**
  * @}
