Index: uspace/app/usbinfo/dump.c
===================================================================
--- uspace/app/usbinfo/dump.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
+++ uspace/app/usbinfo/dump.c	(revision 8591b31e206885d6be362b4e18a8f5cc3266ec67)
@@ -52,5 +52,4 @@
 #define INDENT "  "
 #define BYTES_PER_LINE 12
-
 
 const char *get_indent(size_t level)
Index: uspace/app/usbinfo/hid.c
===================================================================
--- uspace/app/usbinfo/hid.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
+++ uspace/app/usbinfo/hid.c	(revision 8591b31e206885d6be362b4e18a8f5cc3266ec67)
@@ -216,5 +216,4 @@
 }
 
-
 void dump_hidreport_raw(usb_device_t *usb_dev)
 {
Index: uspace/app/usbinfo/info.c
===================================================================
--- uspace/app/usbinfo/info.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
+++ uspace/app/usbinfo/info.c	(revision 8591b31e206885d6be362b4e18a8f5cc3266ec67)
@@ -172,5 +172,4 @@
 }
 
-
 static void dump_descriptor_tree_callback(
     const uint8_t *descriptor, size_t depth, void *arg)
@@ -297,5 +296,4 @@
 }
 
-
 void dump_strings(usb_device_t *usb_dev)
 {
@@ -366,5 +364,4 @@
 }
 
-
 void dump_status(usb_device_t *usb_dev)
 {
Index: uspace/app/usbinfo/list.c
===================================================================
--- uspace/app/usbinfo/list.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
+++ uspace/app/usbinfo/list.c	(revision 8591b31e206885d6be362b4e18a8f5cc3266ec67)
@@ -158,5 +158,4 @@
 }
 
-
 /** @}
  */
Index: uspace/app/usbinfo/main.c
===================================================================
--- uspace/app/usbinfo/main.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
+++ uspace/app/usbinfo/main.c	(revision 8591b31e206885d6be362b4e18a8f5cc3266ec67)
@@ -232,5 +232,4 @@
 }
 
-
 /** @}
  */
Index: uspace/app/usbinfo/usbinfo.h
===================================================================
--- uspace/app/usbinfo/usbinfo.h	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
+++ uspace/app/usbinfo/usbinfo.h	(revision 8591b31e206885d6be362b4e18a8f5cc3266ec67)
@@ -47,5 +47,4 @@
 } usbinfo_action_t;
 
-
 #define NAME "usbinfo"
 
