Index: uspace/drv/audio/hdaudio/hdactl.c
===================================================================
--- uspace/drv/audio/hdaudio/hdactl.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/audio/hdaudio/hdactl.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -180,5 +180,4 @@
 	hda->ctl->corb_entries = hda_rb_entries(selsz);
 
-
 	/*
 	 * CORB must be aligned to 128 bytes. If 64OK is not set,
Index: uspace/drv/audio/sb16/dsp.c
===================================================================
--- uspace/drv/audio/sb16/dsp.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/audio/sb16/dsp.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -80,5 +80,4 @@
 }
 
-
 static inline void dsp_change_state(sb_dsp_t *dsp, dsp_state_t state)
 {
Index: uspace/drv/audio/sb16/registers.h
===================================================================
--- uspace/drv/audio/sb16/registers.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/audio/sb16/registers.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -85,3 +85,2 @@
  * @}
  */
-
Index: uspace/drv/block/ddisk/ddisk.c
===================================================================
--- uspace/drv/block/ddisk/ddisk.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/block/ddisk/ddisk.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -527,5 +527,4 @@
 }
 
-
 static errno_t ddisk_dev_remove_common(ddisk_t *ddisk, bool surprise)
 {
Index: uspace/drv/block/usbmast/bo_trans.c
===================================================================
--- uspace/drv/block/usbmast/bo_trans.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/block/usbmast/bo_trans.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -45,5 +45,4 @@
 #include "usbmast.h"
 
-
 #define MASTLOG(format, ...) \
 	usb_log_debug2("USB cl08: " format, ##__VA_ARGS__)
Index: uspace/drv/block/usbmast/main.c
===================================================================
--- uspace/drv/block/usbmast/main.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/block/usbmast/main.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -384,5 +384,4 @@
 }
 
-
 /** USB mass storage driver ops. */
 static const usb_driver_ops_t usbmast_driver_ops = {
Index: uspace/drv/block/usbmast/usbmast.h
===================================================================
--- uspace/drv/block/usbmast/usbmast.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/block/usbmast/usbmast.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -56,5 +56,4 @@
 } usbmast_dev_t;
 
-
 /** Mass storage function.
  *
Index: uspace/drv/bus/adb/cuda_adb/cuda_adb.c
===================================================================
--- uspace/drv/bus/adb/cuda_adb/cuda_adb.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/adb/cuda_adb/cuda_adb.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -100,5 +100,4 @@
 };
 
-
 static irq_code_t cuda_irq_code = {
 	sizeof(cuda_ranges) / sizeof(irq_pio_range_t),
Index: uspace/drv/bus/pci/pciintel/pci.c
===================================================================
--- uspace/drv/bus/pci/pciintel/pci.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/pci/pciintel/pci.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -152,5 +152,4 @@
 }
 
-
 static errno_t config_space_write_32(ddf_fun_t *fun, uint32_t address,
     uint32_t data)
@@ -727,5 +726,4 @@
 	got_res = true;
 
-
 	assert(hw_resources.count >= 1);
 
Index: uspace/drv/bus/usb/ehci/ehci_batch.c
===================================================================
--- uspace/drv/bus/usb/ehci/ehci_batch.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/ehci_batch.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -380,3 +380,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/ehci/ehci_batch.h
===================================================================
--- uspace/drv/bus/usb/ehci/ehci_batch.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/ehci_batch.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -81,3 +81,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/ehci/ehci_bus.c
===================================================================
--- uspace/drv/bus/usb/ehci/ehci_bus.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/ehci_bus.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -108,5 +108,4 @@
 }
 
-
 static int ehci_register_ep(endpoint_t *ep)
 {
Index: uspace/drv/bus/usb/ehci/ehci_regs.h
===================================================================
--- uspace/drv/bus/usb/ehci/ehci_regs.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/ehci_regs.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -74,5 +74,4 @@
 
 } ehci_caps_regs_t;
-
 
 /** EHCI memory mapped operational registers structure */
@@ -170,3 +169,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/ehci/ehci_rh.c
===================================================================
--- uspace/drv/bus/usb/ehci/ehci_rh.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/ehci_rh.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -392,5 +392,4 @@
 }
 
-
 /** Port clear feature request handler.
  * @param device Virtual hub device
Index: uspace/drv/bus/usb/ehci/endpoint_list.c
===================================================================
--- uspace/drv/bus/usb/ehci/endpoint_list.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/endpoint_list.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -184,3 +184,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/ehci/endpoint_list.h
===================================================================
--- uspace/drv/bus/usb/ehci/endpoint_list.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/endpoint_list.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -76,3 +76,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/ehci/hc.c
===================================================================
--- uspace/drv/bus/usb/ehci/hc.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/hc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -377,5 +377,4 @@
 		fibril_mutex_unlock(&hc->guard);
 
-
 	}
 
@@ -435,5 +434,4 @@
 	usb_log_debug("HC(%p): Enabled periodic list.", instance);
 
-
 	/* Enable Async schedule */
 	phys_base = addr_to_phys((void *)instance->async_list.list_head);
Index: uspace/drv/bus/usb/ehci/hw_struct/fstn.h
===================================================================
--- uspace/drv/bus/usb/ehci/hw_struct/fstn.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/hw_struct/fstn.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -46,3 +46,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/ehci/hw_struct/mem_access.h
===================================================================
--- uspace/drv/bus/usb/ehci/hw_struct/mem_access.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/hw_struct/mem_access.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -48,3 +48,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/ehci/hw_struct/queue_head.h
===================================================================
--- uspace/drv/bus/usb/ehci/hw_struct/queue_head.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/hw_struct/queue_head.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -162,5 +162,4 @@
 #define QH_BUFFER_POINTER_FTAG_SHIFT  0
 
-
 static inline void qh_append_qh(qh_t *qh, const qh_t *next)
 {
Index: uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h
===================================================================
--- uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -108,3 +108,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c
===================================================================
--- uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,5 +43,4 @@
 #include "mem_access.h"
 #include "transfer_descriptor.h"
-
 
 errno_t td_error(const td_t *td)
Index: uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h
===================================================================
--- uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -112,3 +112,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/ehci/res.h
===================================================================
--- uspace/drv/bus/usb/ehci/res.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ehci/res.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -44,3 +44,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/ohci/hw_struct/hcca.h
===================================================================
--- uspace/drv/bus/usb/ohci/hw_struct/hcca.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ohci/hw_struct/hcca.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -94,3 +94,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h
===================================================================
--- uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -76,4 +76,2 @@
  * @}
  */
-
-
Index: uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c
===================================================================
--- uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -99,3 +99,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/ohci/ohci_bus.c
===================================================================
--- uspace/drv/bus/usb/ohci/ohci_bus.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ohci/ohci_bus.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -114,5 +114,4 @@
 }
 
-
 static int ohci_register_ep(endpoint_t *ep)
 {
@@ -190,5 +189,4 @@
 };
 
-
 int ohci_bus_init(ohci_bus_t *bus, hc_t *hc)
 {
Index: uspace/drv/bus/usb/ohci/ohci_regs.h
===================================================================
--- uspace/drv/bus/usb/ohci/ohci_regs.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/ohci/ohci_regs.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -212,5 +212,4 @@
 #define I_MI   (1 << 31)  /* Master interrupt (any/all) */
 
-
 /*
  * ohci_regs_t.hcca
Index: uspace/drv/bus/usb/uhci/hc.c
===================================================================
--- uspace/drv/bus/usb/uhci/hc.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/uhci/hc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -104,5 +104,4 @@
 static errno_t hc_debug_checker(void *arg);
 
-
 /** Generate IRQ code.
  * @param[out] code IRQ code structure.
@@ -479,5 +478,4 @@
 	list_initialize(&instance->pending_endpoints);
 	usb_log_debug("Initialized transfer lists.");
-
 
 	/* Set all frames to point to the first queue head */
Index: uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h
===================================================================
--- uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -64,3 +64,2 @@
  * @}
  */
-
Index: uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h
===================================================================
--- uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -98,5 +98,4 @@
 } __attribute__((packed, aligned(16))) td_t;
 
-
 void td_init(td_t *instance, int error_count, size_t size, bool toggle,
     bool iso, bool low_speed, usb_target_t target, usb_packet_id pid,
Index: uspace/drv/bus/usb/uhci/uhci_batch.c
===================================================================
--- uspace/drv/bus/usb/uhci/uhci_batch.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/uhci/uhci_batch.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -218,5 +218,4 @@
 	assert(dir == USB_DIRECTION_OUT || dir == USB_DIRECTION_IN);
 
-
 	const usb_packet_id pid = direction_pids[dir];
 	const bool low_speed =
Index: uspace/drv/bus/usb/usbhub/main.c
===================================================================
--- uspace/drv/bus/usb/usbhub/main.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/usbhub/main.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -44,5 +44,4 @@
 #include "usbhub.h"
 
-
 /** USB hub driver operations. */
 static const usb_driver_ops_t usb_hub_driver_ops = {
Index: uspace/drv/bus/usb/usbhub/port.c
===================================================================
--- uspace/drv/bus/usb/usbhub/port.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/usbhub/port.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -96,5 +96,4 @@
 }
 
-
 static usb_speed_t get_port_speed(usb_hub_port_t *port, uint32_t status)
 {
@@ -337,5 +336,4 @@
 }
 
-
 /**
  * @}
Index: uspace/drv/bus/usb/usbmid/explore.c
===================================================================
--- uspace/drv/bus/usb/usbmid/explore.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/usbmid/explore.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -107,5 +107,4 @@
 			continue;
 		}
-
 
 		usb_log_info("Creating child for interface %d (%s).",
Index: uspace/drv/bus/usb/vhc/conndev.c
===================================================================
--- uspace/drv/bus/usb/vhc/conndev.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/vhc/conndev.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -135,5 +135,4 @@
 }
 
-
 /**
  * @}
Index: uspace/drv/bus/usb/vhc/devconn.c
===================================================================
--- uspace/drv/bus/usb/vhc/devconn.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/vhc/devconn.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -30,5 +30,4 @@
 #include "vhcd.h"
 #include "hub/virthub.h"
-
 
 static vhc_virtdev_t *vhc_virtdev_create(void)
Index: uspace/drv/bus/usb/vhc/hub/hub.c
===================================================================
--- uspace/drv/bus/usb/vhc/hub/hub.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/vhc/hub/hub.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,5 +43,4 @@
 
 #include "hub.h"
-
 
 /** Produce a byte from bit values.
@@ -388,5 +387,4 @@
 }
 
-
 /*
  *
@@ -516,6 +514,4 @@
 }
 
-
-
 /**
  * @}
Index: uspace/drv/bus/usb/vhc/hub/hub.h
===================================================================
--- uspace/drv/bus/usb/vhc/hub/hub.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/vhc/hub/hub.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -114,5 +114,4 @@
 uint8_t hub_get_status_change_bitmap(hub_t *);
 
-
 #endif
 /**
Index: uspace/drv/bus/usb/vhc/hub/virthub.c
===================================================================
--- uspace/drv/bus/usb/vhc/hub/virthub.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/vhc/hub/virthub.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,5 +47,4 @@
 #include "virthub.h"
 #include "hub.h"
-
 
 /** Standard device descriptor. */
Index: uspace/drv/bus/usb/vhc/hub/virthub.h
===================================================================
--- uspace/drv/bus/usb/vhc/hub/virthub.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/vhc/hub/virthub.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -51,5 +51,4 @@
 #define HUB_CONFIGURATION_ID 1
 
-
 /** Hub descriptor.
  */
Index: uspace/drv/bus/usb/vhc/hub/virthubops.c
===================================================================
--- uspace/drv/bus/usb/vhc/hub/virthubops.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/vhc/hub/virthubops.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -84,5 +84,4 @@
 	}
 
-
 	uint8_t change_map = hub_get_status_change_bitmap(hub);
 
@@ -340,6 +339,4 @@
 }
 
-
-
 /** Recipient: other. */
 #define REC_OTHER USB_REQUEST_RECIPIENT_OTHER
@@ -347,5 +344,4 @@
 #define REC_DEVICE USB_REQUEST_RECIPIENT_DEVICE
 
-
 /** Hub operations on control endpoint zero. */
 static usbvirt_control_request_handler_t endpoint_zero_handlers[] = {
@@ -409,5 +405,4 @@
 	}
 };
-
 
 /** Hub operations. */
Index: uspace/drv/bus/usb/xhci/bus.c
===================================================================
--- uspace/drv/bus/usb/xhci/bus.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/xhci/bus.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -41,5 +41,4 @@
 
 #include "bus.h"
-
 
 static const bus_ops_t xhci_bus_ops = {
Index: uspace/drv/bus/usb/xhci/commands.h
===================================================================
--- uspace/drv/bus/usb/xhci/commands.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/xhci/commands.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -150,6 +150,4 @@
 #endif
 
-
-
 /**
  * @}
Index: uspace/drv/bus/usb/xhci/device.c
===================================================================
--- uspace/drv/bus/usb/xhci/device.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/xhci/device.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -360,5 +360,4 @@
 }
 
-
 /**
  * @}
Index: uspace/drv/bus/usb/xhci/endpoint.c
===================================================================
--- uspace/drv/bus/usb/xhci/endpoint.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/xhci/endpoint.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -191,5 +191,4 @@
 }
 
-
 /**
  * Register an andpoint to the xHC.
Index: uspace/drv/bus/usb/xhci/hc.c
===================================================================
--- uspace/drv/bus/usb/xhci/hc.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/xhci/hc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -356,5 +356,4 @@
 };
 
-
 /**
  * Generates code to accept interrupts. The xHCI is designed primarily for
Index: uspace/drv/bus/usb/xhci/transfers.c
===================================================================
--- uspace/drv/bus/usb/xhci/transfers.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/xhci/transfers.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -492,5 +492,4 @@
 	}
 
-
 	errno_t err;
 	fibril_mutex_lock(&xhci_ep->guard);
Index: uspace/drv/bus/usb/xhci/trb_ring.c
===================================================================
--- uspace/drv/bus/usb/xhci/trb_ring.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/bus/usb/xhci/trb_ring.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -54,5 +54,4 @@
 
 static_assert(sizeof(trb_segment_t) == PAGE_SIZE);
-
 
 /**
Index: uspace/drv/char/i8042/i8042.c
===================================================================
--- uspace/drv/char/i8042/i8042.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/char/i8042/i8042.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -268,5 +268,4 @@
 	ranges[0].base = RNGABS(*regs);
 
-
 	ar = RNGABSPTR(*regs);
 	memcpy(cmds, i8042_cmds, sizeof(i8042_cmds));
Index: uspace/drv/char/ns8250/ns8250.c
===================================================================
--- uspace/drv/char/ns8250/ns8250.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/char/ns8250/ns8250.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -197,5 +197,4 @@
 }
 
-
 /** Find out if there is some incoming data available on the serial port.
  *
Index: uspace/drv/char/ski-con/ski-con.c
===================================================================
--- uspace/drv/char/ski-con/ski-con.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/char/ski-con/ski-con.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -182,5 +182,4 @@
 	return (int32_t) ch;
 }
-
 
 /** Display character on ski debug console
Index: uspace/drv/char/sun4v-con/main.c
===================================================================
--- uspace/drv/char/sun4v-con/main.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/char/sun4v-con/main.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -87,5 +87,4 @@
 }
 
-
 static errno_t sun4v_con_dev_add(ddf_dev_t *dev)
 {
Index: uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c
===================================================================
--- uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -55,5 +55,4 @@
 #endif
 
-
 static errno_t change_mode(visualizer_t *vis, vslmode_t mode);
 static errno_t handle_damage(visualizer_t *vs,
@@ -95,6 +94,4 @@
 };
 
-
-
 static void mode_init(vslmode_list_element_t *mode,
     unsigned width, unsigned height, visual_t visual)
@@ -233,5 +230,4 @@
 	    AMDM37X_DISPC_CONFIG_LOADMODE_SHIFT);
 	regs->config = config;
-
 
 	/* Set framebuffer base address */
Index: uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.h
===================================================================
--- uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -236,5 +236,4 @@
 #define AMDM37X_DISPC_GFX_ATTRIBUTES_PREMULTIALPHA_FLAG  (1 << 28)
 
-
 		ioport32_t fifo_threshold;
 		const ioport32_t fifo_size_status;
@@ -281,5 +280,4 @@
 } amdm37x_dispc_regs_t;
 
-
 #endif
 /**
Index: uspace/drv/hid/usbhid/generic/hiddev.c
===================================================================
--- uspace/drv/hid/usbhid/generic/hiddev.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/hid/usbhid/generic/hiddev.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -59,5 +59,4 @@
 const char *HID_GENERIC_CATEGORY = "hid";
 
-
 static size_t usb_generic_hid_get_event_length(ddf_fun_t *fun);
 static errno_t usb_generic_hid_get_event(ddf_fun_t *fun, uint8_t *buffer,
Index: uspace/drv/hid/usbhid/kbd/kbddev.c
===================================================================
--- uspace/drv/hid/usbhid/kbd/kbddev.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/hid/usbhid/kbd/kbddev.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -75,5 +75,4 @@
 static ddf_dev_ops_t kbdops = { .default_handler = default_connection_handler };
 
-
 static const unsigned DEFAULT_ACTIVE_MODS = KM_NUM_LOCK;
 
@@ -88,5 +87,4 @@
 /** Delay between two repeats of a pressed key when auto-repeating. */
 static const unsigned int DEFAULT_REPEAT_DELAY = 50 * 1000;
-
 
 /** Keyboard polling endpoint description for boot protocol class. */
@@ -587,5 +585,4 @@
 	    usb_device_get_iface_number(hid_dev->usb_dev), IDLE_RATE);
 
-
 	kbd_dev->initialized = USB_KBD_STATUS_INITIALIZED;
 	usb_log_debug("HID/KBD device structure initialized.");
@@ -593,5 +590,4 @@
 	return EOK;
 }
-
 
 /* API functions                                                              */
Index: uspace/drv/hid/usbhid/kbd/kbdrepeat.h
===================================================================
--- uspace/drv/hid/usbhid/kbd/kbdrepeat.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/hid/usbhid/kbd/kbdrepeat.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,5 +42,4 @@
 struct usb_kbd_t;
 
-
 /**
  * Structure for keeping information needed for auto-repeat of keys.
@@ -57,6 +56,4 @@
 } usb_kbd_repeat_t;
 
-
-
 errno_t usb_kbd_repeat_fibril(void *arg);
 
Index: uspace/drv/hid/usbhid/mouse/mousedev.c
===================================================================
--- uspace/drv/hid/usbhid/mouse/mousedev.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/hid/usbhid/mouse/mousedev.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -60,5 +60,4 @@
 static ddf_dev_ops_t ops = { .default_handler = default_connection_handler };
 
-
 const usb_endpoint_description_t usb_hid_mouse_poll_endpoint_description = {
 	.transfer_type = USB_TRANSFER_INTERRUPT,
@@ -75,5 +74,4 @@
 /** Default idle rate for mouses. */
 static const uint8_t IDLE_RATE = 0;
-
 
 static const uint8_t USB_MOUSE_BOOT_REPORT_DESCRIPTOR[] = {
@@ -106,6 +104,4 @@
 };
 
-
-
 /** Default handler for IPC methods not handled by DDF.
  *
@@ -212,5 +208,4 @@
 	}
 
-
 	if (shift_x || shift_y || shift_z) {
 		async_exch_t *exch =
Index: uspace/drv/hid/usbhid/multimedia/multimedia.c
===================================================================
--- uspace/drv/hid/usbhid/multimedia/multimedia.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/hid/usbhid/multimedia/multimedia.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -37,5 +37,4 @@
  */
 
-
 #include "multimedia.h"
 #include "../usbhid.h"
@@ -55,5 +54,4 @@
 
 #define NAME  "multimedia-keys"
-
 
 /**
@@ -70,6 +68,4 @@
 	async_sess_t *console_sess;
 } usb_multimedia_t;
-
-
 
 /** Default handler for IPC methods not handled by DDF.
Index: uspace/drv/hid/usbhid/usbhid.h
===================================================================
--- uspace/drv/hid/usbhid/usbhid.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/hid/usbhid/usbhid.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -97,5 +97,4 @@
 };
 
-
 /**
  * Structure for holding general HID device data.
Index: uspace/drv/intctl/obio/obio.c
===================================================================
--- uspace/drv/intctl/obio/obio.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/intctl/obio/obio.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -166,5 +166,4 @@
 }
 
-
 /**
  * @}
Index: uspace/drv/nic/rtl8139/defs.c
===================================================================
--- uspace/drv/nic/rtl8139/defs.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/nic/rtl8139/defs.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -59,3 +59,2 @@
 	{ 0, RTL8139_VER_COUNT }
 };
-
Index: uspace/drv/nic/rtl8139/defs.h
===================================================================
--- uspace/drv/nic/rtl8139/defs.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/nic/rtl8139/defs.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -334,5 +334,4 @@
 	RCR_ACCEPT_MASK = (1 << 6) - 1
 };
-
 
 /** CSCR register bits */
Index: uspace/drv/nic/rtl8139/driver.c
===================================================================
--- uspace/drv/nic/rtl8139/driver.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/nic/rtl8139/driver.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -112,5 +112,4 @@
 #define RxBUF_TOT_LENGTH RTL8139_RXBUF_LENGTH(RXBUF_SIZE_FLAGS)
 
-
 /** Default interrupt mask */
 #define RTL_DEFAULT_INTERRUPTS UINT16_C(0xFFFF)
@@ -123,5 +122,4 @@
 #define REG_GET_VAL(value, reg_part)\
 		(((value) >> reg_part##_SHIFT) & reg_part##_MASK)
-
 
 /** Set interrupts on controller
@@ -430,5 +428,4 @@
 }
 
-
 /** Reset the controller
  *
@@ -620,5 +617,4 @@
 	return frames;
 }
-
 
 irq_pio_range_t rtl8139_irq_pio_ranges[] = {
@@ -746,5 +742,4 @@
 }
 
-
 /** Deal with poll interrupt
  *
@@ -767,5 +762,4 @@
 	return receive;
 }
-
 
 /** Poll device according to isr status
@@ -963,5 +957,4 @@
 }
 
-
 static errno_t rtl8139_unicast_set(nic_t *nic_data, nic_unicast_mode_t mode,
     const nic_address_t *, size_t);
@@ -969,5 +962,4 @@
     const nic_address_t *addr, size_t addr_count);
 static errno_t rtl8139_broadcast_set(nic_t *nic_data, nic_broadcast_mode_t mode);
-
 
 /** Create driver data structure
@@ -1004,5 +996,4 @@
 	nic_set_poll_handlers(nic_data, rtl8139_poll_mode_change, rtl8139_poll);
 
-
 	fibril_mutex_initialize(&rtl8139->rx_lock);
 	fibril_mutex_initialize(&rtl8139->tx_lock);
@@ -1097,5 +1088,4 @@
 	return ret;
 }
-
 
 /** Allocate buffers using DMA framework
@@ -1978,5 +1968,4 @@
 }
 
-
 /** Turn Wakeup On Lan method on
  *
@@ -2057,5 +2046,4 @@
 }
 
-
 /** Set polling mode
  *
@@ -2143,5 +2131,4 @@
 }
 
-
 /** Main function of RTL8139 driver
  *
Index: uspace/drv/nic/rtl8139/general.c
===================================================================
--- uspace/drv/nic/rtl8139/general.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/nic/rtl8139/general.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -117,5 +117,4 @@
 }
 
-
 /** Make one step timer step
  *
@@ -149,3 +148,2 @@
 	return expired;
 }
-
Index: uspace/drv/nic/rtl8169/driver.c
===================================================================
--- uspace/drv/nic/rtl8169/driver.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/nic/rtl8169/driver.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -387,5 +387,4 @@
 	    ddf_dev_get_name(dev), ddf_dev_get_handle(dev));
 
-
 	/* Init structures */
 	rc = rtl8169_dev_initialize(dev);
@@ -833,5 +832,4 @@
 
 	ddf_msg(LVL_DEBUG, "Unicast RX filter mode: %d", mode);
-
 
 	switch (mode) {
Index: uspace/drv/nic/virtio-net/virtio-net.c
===================================================================
--- uspace/drv/nic/virtio-net/virtio-net.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/nic/virtio-net/virtio-net.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -358,5 +358,4 @@
 }
 
-
 static errno_t virtio_net_on_multicast_mode_change(nic_t *nic,
     nic_multicast_mode_t new_mode, const nic_address_t *address_list,
Index: uspace/drv/platform/amdm37x/amdm37x.c
===================================================================
--- uspace/drv/platform/amdm37x/amdm37x.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/platform/amdm37x/amdm37x.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -51,5 +51,4 @@
 }
 
-
 errno_t amdm37x_init(amdm37x_t *device, bool trace)
 {
@@ -116,5 +115,4 @@
 }
 
-
 /** Set DPLLs 1,2,3,4,5 to ON (locked) and autoidle.
  * @param device Register map.
@@ -137,5 +135,4 @@
 	ddf_msg(LVL_NOTE, "Base frequency: %d.%dMhz",
 	    base_freq / 1000, base_freq % 1000);
-
 
 	/*
Index: uspace/drv/platform/amdm37x/cm/clock_control.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/clock_control.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/platform/amdm37x/cm/clock_control.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -160,3 +160,2 @@
  * @}
  */
-
Index: uspace/drv/platform/amdm37x/cm/iva2.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/iva2.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/platform/amdm37x/cm/iva2.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -100,3 +100,2 @@
  * @}
  */
-
Index: uspace/drv/platform/amdm37x/cm/mpu.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/mpu.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/platform/amdm37x/cm/mpu.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -96,3 +96,2 @@
  * @}
  */
-
Index: uspace/drv/platform/amdm37x/cm/usbhost.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/usbhost.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/platform/amdm37x/cm/usbhost.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -81,3 +81,2 @@
  * @}
  */
-
Index: uspace/drv/platform/amdm37x/main.c
===================================================================
--- uspace/drv/platform/amdm37x/main.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/platform/amdm37x/main.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -67,5 +67,4 @@
 #define VIDEO_ENC_SIZE   256
 
-
 static hw_resource_t ohci_res[] = {
 	{
@@ -150,5 +149,4 @@
 	},
 };
-
 
 static hw_resource_list_t *amdm37x_get_resources(ddf_fun_t *fnode);
Index: uspace/drv/platform/amdm37x/prm/clock_control.h
===================================================================
--- uspace/drv/platform/amdm37x/prm/clock_control.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/platform/amdm37x/prm/clock_control.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -81,5 +81,4 @@
 }
 
-
 #endif
 /**
Index: uspace/drv/platform/amdm37x/prm/usbhost.h
===================================================================
--- uspace/drv/platform/amdm37x/prm/usbhost.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/platform/amdm37x/prm/usbhost.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -110,3 +110,2 @@
  * @}
  */
-
Index: uspace/drv/platform/amdm37x/usbtll.h
===================================================================
--- uspace/drv/platform/amdm37x/usbtll.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/platform/amdm37x/usbtll.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -128,3 +128,2 @@
  * @}
  */
-
Index: uspace/drv/platform/malta/malta.c
===================================================================
--- uspace/drv/platform/malta/malta.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/platform/malta/malta.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -245,5 +245,4 @@
 	    &gt[GT_PCI_CMD / sizeof(ioport32_t)], host2uint32_t_le(val));
 
-
 	/* Register functions. */
 	if (!malta_add_functions(dev)) {
Index: uspace/drv/platform/sun4u/sun4u.c
===================================================================
--- uspace/drv/platform/sun4u/sun4u.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/platform/sun4u/sun4u.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -69,5 +69,4 @@
 #define PBM_OBIO_BASE		UINT64_C(0)
 #define PBM_OBIO_SIZE		UINT64_C(0x1898)
-
 
 typedef struct sun4u_fun {
Index: uspace/drv/root/root/root.c
===================================================================
--- uspace/drv/root/root/root.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/root/root/root.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -245,3 +245,2 @@
  * @}
  */
-
Index: uspace/drv/root/virt/virt.c
===================================================================
--- uspace/drv/root/virt/virt.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/root/virt/virt.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -93,5 +93,4 @@
 static int instances = 0;
 
-
 /** Add function to the virtual device.
  *
@@ -170,5 +169,4 @@
 	return EOK;
 }
-
 
 static errno_t virt_dev_add(ddf_dev_t *dev)
@@ -247,3 +245,2 @@
  * @}
  */
-
Index: uspace/drv/test/test1/test1.c
===================================================================
--- uspace/drv/test/test1/test1.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/test/test1/test1.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -307,3 +307,2 @@
 	return ddf_driver_main(&test1_driver);
 }
-
Index: uspace/drv/test/test2/test2.c
===================================================================
--- uspace/drv/test/test2/test2.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/test/test2/test2.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -293,5 +293,4 @@
 }
 
-
 static errno_t test2_fun_online(ddf_fun_t *fun)
 {
@@ -312,4 +311,2 @@
 	return ddf_driver_main(&test2_driver);
 }
-
-
Index: uspace/drv/test/test3/test3.c
===================================================================
--- uspace/drv/test/test3/test3.c	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/test/test3/test3.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -188,5 +188,4 @@
 }
 
-
 int main(int argc, char *argv[])
 {
@@ -195,3 +194,2 @@
 	return ddf_driver_main(&test3_driver);
 }
-
Index: uspace/drv/time/cmos-rtc/cmos-regs.h
===================================================================
--- uspace/drv/time/cmos-rtc/cmos-regs.h	(revision c8ea6eca1c41df9b67e9c83a3b830bb036e10da8)
+++ uspace/drv/time/cmos-rtc/cmos-regs.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -55,5 +55,4 @@
 #endif
 
-
 /**
  * @}
