Index: abi/doc/doxygroups.h
===================================================================
--- abi/doc/doxygroups.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ abi/doc/doxygroups.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -1,3 +1,2 @@
-
 /* Definitions of modules and its relations for generating Doxygen documentation */
 
@@ -9,3 +8,2 @@
  * @ingroup abi
  */
-
Index: abi/include/abi/errno.h
===================================================================
--- abi/include/abi/errno.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ abi/include/abi/errno.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,5 +47,4 @@
 
 #define EXT4_ERR_BAD_DX_DIR     __errno_t(  60)
-
 
 /*
Index: boot/arch/arm32/include/arch/arch.h
===================================================================
--- boot/arch/arm32/include/arch/arch.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ boot/arch/arm32/include/arch/arch.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -68,5 +68,4 @@
 #endif
 
-
 #endif
 
Index: boot/arch/arm32/include/arch/main.h
===================================================================
--- boot/arch/arm32/include/arch/main.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ boot/arch/arm32/include/arch/main.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -40,5 +40,4 @@
 /** Address where characters to be printed are expected. */
 
-
 /** BeagleBoard-xM UART register address
  *
@@ -71,5 +70,4 @@
 #define S3C24XX_UTXH_TX_EMPTY	0x00000004
 
-
 /** IntegratorCP serial console output register */
 #define ICP_SCONS_ADDR		0x16000000
@@ -93,6 +91,4 @@
 #define BCM2835_UART0_CR_RXE	(1 << 9)
 
-
-
 extern void bootstrap(void);
 
Index: boot/arch/ia64/src/main.c
===================================================================
--- boot/arch/ia64/src/main.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ boot/arch/ia64/src/main.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -28,5 +28,4 @@
  */
 
-
 #include <arch/main.h>
 #include <arch/types.h>
Index: boot/arch/mips32/src/putchar.c
===================================================================
--- boot/arch/mips32/src/putchar.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ boot/arch/mips32/src/putchar.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -64,3 +64,2 @@
 		_putchar('?');
 }
-
Index: boot/arch/sparc64/src/main.c
===================================================================
--- boot/arch/sparc64/src/main.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ boot/arch/sparc64/src/main.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -108,5 +108,4 @@
 }
 
-
 /** Detect the subarchitecture (US, US3) of sun4u
  *
Index: boot/genarch/include/genarch/multiplication.h
===================================================================
--- boot/genarch/include/genarch/multiplication.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ boot/genarch/include/genarch/multiplication.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -41,4 +41,2 @@
 /** @}
  */
-
-
Index: boot/genarch/src/efi.c
===================================================================
--- boot/genarch/src/efi.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ boot/genarch/src/efi.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,3 +42,2 @@
 	return NULL;
 }
-
Index: boot/generic/src/inflate.c
===================================================================
--- boot/generic/src/inflate.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ boot/generic/src/inflate.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -94,5 +94,4 @@
 			return ELIMIT; \
 	} while (false)
-
 
 /** Inflate algorithm state
Index: kernel/arch/abs32le/src/cpu/cpu.c
===================================================================
--- kernel/arch/abs32le/src/cpu/cpu.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/abs32le/src/cpu/cpu.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -39,5 +39,4 @@
 #include <fpu_context.h>
 
-
 void fpu_disable(void)
 {
Index: kernel/arch/abs32le/src/smc.c
===================================================================
--- kernel/arch/abs32le/src/smc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/abs32le/src/smc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -33,3 +33,2 @@
 	compiler_barrier();
 }
-
Index: kernel/arch/amd64/include/arch/boot/memmap_struct.h
===================================================================
--- kernel/arch/amd64/include/arch/boot/memmap_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/amd64/include/arch/boot/memmap_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,3 +47,2 @@
 #endif
 #endif
-
Index: kernel/arch/amd64/include/arch/context_struct.h
===================================================================
--- kernel/arch/amd64/include/arch/context_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/amd64/include/arch/context_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -65,3 +65,2 @@
 #endif
 #endif
-
Index: kernel/arch/amd64/include/arch/istate_struct.h
===================================================================
--- kernel/arch/amd64/include/arch/istate_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/amd64/include/arch/istate_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -95,3 +95,2 @@
 #endif
 #endif
-
Index: kernel/arch/amd64/include/arch/kseg_struct.h
===================================================================
--- kernel/arch/amd64/include/arch/kseg_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/amd64/include/arch/kseg_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,3 +47,2 @@
 #endif
 #endif
-
Index: kernel/arch/amd64/include/arch/mm/ptl.h
===================================================================
--- kernel/arch/amd64/include/arch/mm/ptl.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/amd64/include/arch/mm/ptl.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -45,5 +45,4 @@
 #define PTL_2MB_PAGE       (1 << 7)
 
-
 #endif
 
Index: kernel/arch/amd64/include/arch/pm.h
===================================================================
--- kernel/arch/amd64/include/arch/pm.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/amd64/include/arch/pm.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,5 +43,4 @@
 #define IDT_ITEMS  64
 #define GDT_ITEMS  8
-
 
 #define NULL_DES     0
Index: kernel/arch/amd64/src/cpu/cpu.c
===================================================================
--- kernel/arch/amd64/src/cpu/cpu.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/amd64/src/cpu/cpu.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -65,5 +65,4 @@
 	"GenuineIntel"
 };
-
 
 /** Setup flags on processor so that we can use the FPU
Index: kernel/arch/amd64/src/smc.c
===================================================================
--- kernel/arch/amd64/src/smc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/amd64/src/smc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -33,3 +33,2 @@
 	compiler_barrier();
 }
-
Index: kernel/arch/arm32/include/arch/context_struct.h
===================================================================
--- kernel/arch/arm32/include/arch/context_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/include/arch/context_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -55,3 +55,2 @@
 
 #endif
-
Index: kernel/arch/arm32/include/arch/cp15.h
===================================================================
--- kernel/arch/arm32/include/arch/cp15.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/include/arch/cp15.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -584,5 +584,4 @@
 CONTROL_REG_GEN_WRITE(PMCCNTR, c9, 0, c13, 0);
 
-
 /*c10 has tons of reserved too */
 CONTROL_REG_GEN_READ(PRRR, c10, 0, c2, 0); /* no PAE */
Index: kernel/arch/arm32/include/arch/istate_struct.h
===================================================================
--- kernel/arch/arm32/include/arch/istate_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/include/arch/istate_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -56,3 +56,2 @@
 
 #endif
-
Index: kernel/arch/arm32/include/arch/mach/beagleboardxm/beagleboardxm.h
===================================================================
--- kernel/arch/arm32/include/arch/mach/beagleboardxm/beagleboardxm.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/include/arch/mach/beagleboardxm/beagleboardxm.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -46,3 +46,2 @@
 /** @}
  */
-
Index: kernel/arch/arm32/include/arch/mach/beaglebone/beaglebone.h
===================================================================
--- kernel/arch/arm32/include/arch/mach/beaglebone/beaglebone.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/include/arch/mach/beaglebone/beaglebone.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -46,3 +46,2 @@
 /** @}
  */
-
Index: kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h
===================================================================
--- kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -97,5 +97,4 @@
 } icp_hw_map_t;
 
-
 extern void icp_init(void);
 extern void icp_output_init(void);
Index: kernel/arch/arm32/include/arch/machine_func.h
===================================================================
--- kernel/arch/arm32/include/arch/machine_func.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/include/arch/machine_func.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -68,8 +68,6 @@
 extern void machine_init(void);
 
-
 /** Starts timer. */
 extern void machine_timer_irq_start(void);
-
 
 /** Halts CPU. */
@@ -89,5 +87,4 @@
  */
 extern void machine_irq_exception(unsigned int exc_no, istate_t *istate);
-
 
 /*
Index: kernel/arch/arm32/include/arch/mm/page.h
===================================================================
--- kernel/arch/arm32/include/arch/mm/page.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/include/arch/mm/page.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -131,5 +131,4 @@
 	set_pt_level1_present((pte_t *) (ptl3), (size_t) (i))
 
-
 #define pt_coherence(page) pt_coherence_m(page, 1)
 
Index: kernel/arch/arm32/include/arch/mm/page_armv4.h
===================================================================
--- kernel/arch/arm32/include/arch/mm/page_armv4.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/include/arch/mm/page_armv4.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -113,5 +113,4 @@
 #define PTE_AP_USER_RW_KERNEL_RW	3
 
-
 /* pte_level0_t and pte_level1_t descriptor_type flags */
 
@@ -195,5 +194,4 @@
 	}
 }
-
 
 /** Sets flags of level 1 page table entry.
@@ -247,5 +245,4 @@
 }
 
-
 NO_TRACE static inline void set_pt_level1_present(pte_t *pt, size_t i)
 {
@@ -255,8 +252,6 @@
 }
 
-
 extern void page_arch_init(void);
 
-
 #endif /* __ASSEMBLER__ */
 
Index: kernel/arch/arm32/include/arch/mm/page_armv6.h
===================================================================
--- kernel/arch/arm32/include/arch/mm/page_armv6.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/include/arch/mm/page_armv6.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -40,5 +40,4 @@
 #error "Do not include arch specific page.h directly use generic page.h instead"
 #endif
-
 
 /* Macros for querying the last-level PTE entries. */
@@ -112,5 +111,4 @@
 #define PTE_AP1_RO   1
 
-
 /* pte_level0_t and pte_level1_t descriptor_type flags */
 
@@ -126,5 +124,4 @@
 /** pte_level1_t small page table flag with NX (used in descriptor type). */
 #define PTE_DESCRIPTOR_SMALL_PAGE_NX	3
-
 
 /**
@@ -230,5 +227,4 @@
 	pt_coherence(p);
 }
-
 
 /** Sets flags of level 1 page table entry.
@@ -319,5 +315,4 @@
 }
 
-
 extern void page_arch_init(void);
 
Index: kernel/arch/arm32/include/arch/mm/page_fault.h
===================================================================
--- kernel/arch/arm32/include/arch/mm/page_fault.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/include/arch/mm/page_fault.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -39,5 +39,4 @@
 #include <stdint.h>
 
-
 /** Decribes CP15 "fault status register" (FSR).
  *
@@ -71,5 +70,4 @@
 } fault_status_t;
 
-
 /** Simplified description of instruction code.
  *
@@ -88,5 +86,4 @@
 } ATTRIBUTE_PACKED instruction_t;
 
-
 /** Help union used for casting pc register (uint_32_t) value into
  *  #instruction_t pointer.
Index: kernel/arch/arm32/src/arm32.c
===================================================================
--- kernel/arch/arm32/src/arm32.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/src/arm32.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -64,5 +64,4 @@
 arch_ops_t *arch_ops = &arm32_ops;
 
-
 /** Performs arm32-specific initialization before main_bsp() is called. */
 void arm32_pre_main(void *entry __attribute__((unused)), bootinfo_t *bootinfo)
@@ -118,10 +117,8 @@
 }
 
-
 /** Performs arm32 specific tasks needed before the new task is run. */
 void before_task_runs_arch(void)
 {
 }
-
 
 /** Performs arm32 specific tasks needed before the new thread is scheduled.
Index: kernel/arch/arm32/src/cpu/cpu.c
===================================================================
--- kernel/arch/arm32/src/cpu/cpu.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/src/cpu/cpu.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -60,5 +60,4 @@
 static unsigned dcache_linesize_log(unsigned level);
 
-
 /** Implementers (vendor) names */
 static const char *implementer(unsigned id)
@@ -99,5 +98,4 @@
 		return arch_data[0];
 }
-
 
 /** Retrieves processor identification from CP15 register 0.
@@ -317,5 +315,4 @@
 }
 
-
 void cpu_dcache_flush(void)
 {
Index: kernel/arch/arm32/src/fpu_context.c
===================================================================
--- kernel/arch/arm32/src/fpu_context.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/src/fpu_context.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,5 +47,4 @@
 #define FPSID_VARIANT(r)   (((r) >> 4) 0xf)
 #define FPSID_REVISION(r)   (((r) >> 0) 0xf)
-
 
 enum {
@@ -167,5 +166,4 @@
 }
 
-
 void fpu_init(void)
 {
Index: kernel/arch/arm32/src/mach/beaglebone/beaglebone.c
===================================================================
--- kernel/arch/arm32/src/mach/beaglebone/beaglebone.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/src/mach/beaglebone/beaglebone.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -234,3 +234,2 @@
  * @}
  */
-
Index: kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
===================================================================
--- kernel/arch/arm32/src/mach/integratorcp/integratorcp.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/src/mach/integratorcp/integratorcp.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -54,5 +54,4 @@
 #include <log.h>
 
-
 #define SDRAM_SIZE \
 	sdram[(*(uint32_t *) (ICP_CMCR + ICP_SDRAMCR_OFFSET) & ICP_SDRAM_MASK) >> 2]
@@ -121,5 +120,4 @@
 	*((uint32_t *) icp.hw_map.irqc_mask) = (1 << irq);
 }
-
 
 /** Unmasks interrupt.
Index: kernel/arch/arm32/src/machine_func.c
===================================================================
--- kernel/arch/arm32/src/machine_func.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/src/machine_func.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -72,5 +72,4 @@
 }
 
-
 /** Starts timer. */
 void machine_timer_irq_start(void)
@@ -78,5 +77,4 @@
 	(machine_ops->machine_timer_irq_start)();
 }
-
 
 /** Halts CPU. */
@@ -105,5 +103,4 @@
 	(machine_ops->machine_irq_exception)(exc_no, istate);
 }
-
 
 /*
Index: kernel/arch/arm32/src/mm/page_fault.c
===================================================================
--- kernel/arch/arm32/src/mm/page_fault.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/src/mm/page_fault.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,5 +42,4 @@
 #include <interrupt.h>
 #include <print.h>
-
 
 /**
Index: kernel/arch/arm32/src/smc.c
===================================================================
--- kernel/arch/arm32/src/smc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/arm32/src/smc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -67,3 +67,2 @@
 	isb();
 }
-
Index: kernel/arch/ia32/include/arch/asm.h
===================================================================
--- kernel/arch/ia32/include/arch/asm.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia32/include/arch/asm.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -348,5 +348,4 @@
 
 #endif /* PROCESSOR_i486 */
-
 
 /** Return base address of current stack
Index: kernel/arch/ia32/include/arch/context_struct.h
===================================================================
--- kernel/arch/ia32/include/arch/context_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia32/include/arch/context_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -58,3 +58,2 @@
 #endif
 #endif
-
Index: kernel/arch/ia32/include/arch/istate_struct.h
===================================================================
--- kernel/arch/ia32/include/arch/istate_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia32/include/arch/istate_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -108,3 +108,2 @@
 #endif
 #endif
-
Index: kernel/arch/ia32/include/arch/smp/apic.h
===================================================================
--- kernel/arch/ia32/include/arch/smp/apic.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia32/include/arch/smp/apic.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -337,5 +337,4 @@
 } __attribute__((packed)) io_redirection_reg_t;
 
-
 /** IO APIC Identification Register. */
 typedef union {
Index: kernel/arch/ia32/src/cpu/cpu.c
===================================================================
--- kernel/arch/ia32/src/cpu/cpu.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia32/src/cpu/cpu.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -56,5 +56,4 @@
 #define INTEL_CPUID_ECX  UINT32_C(0x6c65746e)
 #define INTEL_CPUID_EDX  UINT32_C(0x49656e69)
-
 
 enum vendor {
Index: kernel/arch/ia32/src/smc.c
===================================================================
--- kernel/arch/ia32/src/smc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia32/src/smc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -33,3 +33,2 @@
 	compiler_barrier();
 }
-
Index: kernel/arch/ia64/include/arch/context_struct.h
===================================================================
--- kernel/arch/ia64/include/arch/context_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia64/include/arch/context_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -141,3 +141,2 @@
 #endif /* __ASSEMBLER__ */
 #endif
-
Index: kernel/arch/ia64/include/arch/istate_struct.h
===================================================================
--- kernel/arch/ia64/include/arch/istate_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia64/include/arch/istate_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -156,3 +156,2 @@
 #endif
 #endif
-
Index: kernel/arch/ia64/include/arch/proc/task.h
===================================================================
--- kernel/arch/ia64/include/arch/proc/task.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia64/include/arch/proc/task.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,5 +43,4 @@
 } task_arch_t;
 
-
 #define task_create_arch(t) { (t)->arch.iomap = NULL; }
 #define task_destroy_arch(t)
Index: kernel/arch/ia64/src/ia64.c
===================================================================
--- kernel/arch/ia64/src/ia64.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia64/src/ia64.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -218,5 +218,4 @@
 }
 
-
 /** Enter userspace and never return. */
 void userspace(uspace_arg_t *kernel_uarg)
Index: kernel/arch/ia64/src/interrupt.c
===================================================================
--- kernel/arch/ia64/src/interrupt.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia64/src/interrupt.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -195,5 +195,4 @@
 }
 
-
 #define BREAK_IMM_SYSCALL	0x40000U
 
Index: kernel/arch/ia64/src/mm/tlb.c
===================================================================
--- kernel/arch/ia64/src/mm/tlb.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia64/src/mm/tlb.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -102,5 +102,4 @@
 	tlb_invalidate_all();
 }
-
 
 void tlb_invalidate_pages(asid_t asid, uintptr_t page, size_t cnt)
@@ -409,5 +408,4 @@
 }
 
-
 /** Copy content of PTE into data translation cache.
  *
@@ -602,5 +600,4 @@
 	}
 
-
 	pte_t t;
 	bool found = page_mapping_find(as, va, true, &t);
Index: kernel/arch/ia64/src/mm/vhpt.c
===================================================================
--- kernel/arch/ia64/src/mm/vhpt.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia64/src/mm/vhpt.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -53,5 +53,4 @@
 }
 
-
 void vhpt_mapping_insert(uintptr_t va, asid_t asid, tlb_entry_t entry)
 {
Index: kernel/arch/ia64/src/smc.c
===================================================================
--- kernel/arch/ia64/src/smc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia64/src/smc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -40,3 +40,2 @@
 	srlz_i();
 }
-
Index: kernel/arch/ia64/src/smp/smp.c
===================================================================
--- kernel/arch/ia64/src/smp/smp.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ia64/src/smp/smp.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -54,3 +54,2 @@
 /** @}
  */
-
Index: kernel/arch/mips32/include/arch/context_struct.h
===================================================================
--- kernel/arch/mips32/include/arch/context_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/mips32/include/arch/context_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -71,3 +71,2 @@
 #endif
 #endif
-
Index: kernel/arch/mips32/include/arch/debugger.h
===================================================================
--- kernel/arch/mips32/include/arch/debugger.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/mips32/include/arch/debugger.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -57,5 +57,4 @@
 #define BKPOINT_FUNCCALL  (1 << 3)
 
-
 typedef struct  {
 	uintptr_t address;         /**< Breakpoint address */
Index: kernel/arch/mips32/include/arch/fpu_context_struct.h
===================================================================
--- kernel/arch/mips32/include/arch/fpu_context_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/mips32/include/arch/fpu_context_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -48,3 +48,2 @@
 #endif
 #endif
-
Index: kernel/arch/mips32/include/arch/istate_struct.h
===================================================================
--- kernel/arch/mips32/include/arch/istate_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/mips32/include/arch/istate_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -128,3 +128,2 @@
 #endif
 #endif
-
Index: kernel/arch/mips32/include/arch/mm/page.h
===================================================================
--- kernel/arch/mips32/include/arch/mm/page.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/mips32/include/arch/mm/page.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -161,5 +161,4 @@
 } pte_t;
 
-
 NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i)
 {
Index: kernel/arch/mips32/include/arch/mm/tlb.h
===================================================================
--- kernel/arch/mips32/include/arch/mm/tlb.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/mips32/include/arch/mm/tlb.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -140,5 +140,4 @@
 }
 
-
 /** Read Indexed TLB Entry
  *
Index: kernel/arch/mips32/include/arch/proc/thread.h
===================================================================
--- kernel/arch/mips32/include/arch/proc/thread.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/mips32/include/arch/proc/thread.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,3 +47,2 @@
 /** @}
  */
-
Index: kernel/arch/mips32/src/debug/stacktrace.c
===================================================================
--- kernel/arch/mips32/src/debug/stacktrace.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/mips32/src/debug/stacktrace.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -242,5 +242,4 @@
 }
 
-
 bool kernel_stack_trace_context_validate(stack_trace_context_t *ctx)
 {
Index: kernel/arch/mips32/src/machine_func.c
===================================================================
--- kernel/arch/mips32/src/machine_func.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/mips32/src/machine_func.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -66,5 +66,4 @@
 }
 
-
 /** Halts CPU. */
 void machine_cpu_halt(void)
Index: kernel/arch/mips32/src/mm/frame.c
===================================================================
--- kernel/arch/mips32/src/mm/frame.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/mips32/src/mm/frame.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -95,5 +95,4 @@
 	return true;
 }
-
 
 /** Check whether frame is safe to write
@@ -169,5 +168,4 @@
 }
 
-
 /** Create memory zones
  *
Index: kernel/arch/mips32/src/smc.c
===================================================================
--- kernel/arch/mips32/src/smc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/mips32/src/smc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -34,3 +34,2 @@
 	compiler_barrier();
 }
-
Index: kernel/arch/ppc32/include/arch/context_struct.h
===================================================================
--- kernel/arch/ppc32/include/arch/context_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ppc32/include/arch/context_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -89,3 +89,2 @@
 #endif
 #endif
-
Index: kernel/arch/ppc32/include/arch/fpu_context_struct.h
===================================================================
--- kernel/arch/ppc32/include/arch/fpu_context_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ppc32/include/arch/fpu_context_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -107,3 +107,2 @@
 #endif
 #endif
-
Index: kernel/arch/ppc32/include/arch/istate.h
===================================================================
--- kernel/arch/ppc32/include/arch/istate.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ppc32/include/arch/istate.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -76,5 +76,4 @@
 }
 
-
 #endif
 
Index: kernel/arch/ppc32/include/arch/istate_struct.h
===================================================================
--- kernel/arch/ppc32/include/arch/istate_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ppc32/include/arch/istate_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -131,3 +131,2 @@
 #endif
 #endif
-
Index: kernel/arch/ppc32/src/smc.c
===================================================================
--- kernel/arch/ppc32/src/smc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/ppc32/src/smc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -26,5 +26,4 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-
 
 #include <barrier.h>
@@ -60,3 +59,2 @@
 	asm volatile ("isync" ::: "memory");
 }
-
Index: kernel/arch/riscv64/include/arch/context_struct.h
===================================================================
--- kernel/arch/riscv64/include/arch/context_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/riscv64/include/arch/context_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -75,3 +75,2 @@
 #endif
 #endif
-
Index: kernel/arch/riscv64/include/arch/istate_struct.h
===================================================================
--- kernel/arch/riscv64/include/arch/istate_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/riscv64/include/arch/istate_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -113,3 +113,2 @@
 #endif
 #endif
-
Index: kernel/arch/riscv64/src/cpu/cpu.c
===================================================================
--- kernel/arch/riscv64/src/cpu/cpu.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/riscv64/src/cpu/cpu.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -39,5 +39,4 @@
 #include <fpu_context.h>
 
-
 void fpu_disable(void)
 {
Index: kernel/arch/riscv64/src/smc.c
===================================================================
--- kernel/arch/riscv64/src/smc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/riscv64/src/smc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -34,3 +34,2 @@
 	compiler_barrier();
 }
-
Index: kernel/arch/sparc64/include/arch/context_struct.h
===================================================================
--- kernel/arch/sparc64/include/arch/context_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/context_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -81,3 +81,2 @@
 #endif
 #endif
-
Index: kernel/arch/sparc64/include/arch/cpu.h
===================================================================
--- kernel/arch/sparc64/include/arch/cpu.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/cpu.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -64,5 +64,4 @@
 #endif
 
-
 #endif
 
Index: kernel/arch/sparc64/include/arch/cpu_family.h
===================================================================
--- kernel/arch/sparc64/include/arch/cpu_family.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/cpu_family.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -81,3 +81,2 @@
 /** @}
  */
-
Index: kernel/arch/sparc64/include/arch/cpu_node.h
===================================================================
--- kernel/arch/sparc64/include/arch/cpu_node.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/cpu_node.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -38,5 +38,4 @@
 #include <genarch/ofw/ofw_tree.h>
 
-
 /** Finds the parent node of all the CPU nodes (nodes named "cpu" or "cmp").
  *
@@ -57,3 +56,2 @@
 /** @}
  */
-
Index: kernel/arch/sparc64/include/arch/istate_struct.h
===================================================================
--- kernel/arch/sparc64/include/arch/istate_struct.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/istate_struct.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -137,3 +137,2 @@
 #endif
 #endif
-
Index: kernel/arch/sparc64/include/arch/mm/km.h
===================================================================
--- kernel/arch/sparc64/include/arch/mm/km.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/mm/km.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,5 +42,4 @@
 #endif
 
-
 #endif
 
Index: kernel/arch/sparc64/include/arch/mm/mmu.h
===================================================================
--- kernel/arch/sparc64/include/arch/mm/mmu.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/mm/mmu.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,5 +42,4 @@
 #endif
 
-
 #endif
 
Index: kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h
===================================================================
--- kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -59,5 +59,4 @@
 #define VA_IMMU_NUCLEUS_EXTENSION	0x58	/**< IMMU TSB nucleus extension register */
 #endif
-
 
 /* D-MMU ASIs. */
Index: kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h
===================================================================
--- kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -187,5 +187,4 @@
 typedef union tlb_tag_read_reg tlb_tag_read_reg_t;
 typedef union tlb_tag_read_reg tlb_tag_access_reg_t;
-
 
 /** TLB Demap Operation Address. */
@@ -412,5 +411,4 @@
 #elif defined (US3)
 
-
 /** Read IMMU TLB Data Access Register.
  *
@@ -520,5 +518,4 @@
 #endif
 
-
 /** Write IMMU TLB Tag Access Register.
  *
@@ -558,5 +555,4 @@
 	return asi_u64_read(ASI_DMMU, VA_DMMU_TAG_ACCESS);
 }
-
 
 /** Write IMMU TLB Data in Register.
Index: kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h
===================================================================
--- kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -67,5 +67,4 @@
 } __attribute__((packed)) tsb_descr_t;
 
-
 /* Forward declarations. */
 struct as;
Index: kernel/arch/sparc64/include/arch/mm/tsb.h
===================================================================
--- kernel/arch/sparc64/include/arch/mm/tsb.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/mm/tsb.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
Index: kernel/arch/sparc64/include/arch/sun4v/hypercall.h
===================================================================
--- kernel/arch/sparc64/include/arch/sun4v/hypercall.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/sun4v/hypercall.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -73,5 +73,4 @@
 #define CONS_PUTCHAR		0x61
 
-
 /* return codes */
 #define HV_EOK			0	/**< Successful return */
@@ -94,5 +93,4 @@
 #define HV_EBUSY		17	/**< Operation failed as resource is otherwise busy */
 
-
 /**
  * Performs a hyperfast hypervisor API call from the assembly language code.
@@ -115,5 +113,4 @@
 #define __HYPERCALL_HYPERFAST(sw_trap_number) \
 	ta (sw_trap_number);
-
 
 #ifndef __ASSEMBLER__
Index: kernel/arch/sparc64/include/arch/trap/interrupt.h
===================================================================
--- kernel/arch/sparc64/include/arch/trap/interrupt.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/trap/interrupt.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -71,5 +71,4 @@
 #endif /* !def __ASSEMBLER__ */
 
-
 #if defined (SUN4U)
 #include <arch/trap/sun4u/interrupt.h>
Index: kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h
===================================================================
--- kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -40,5 +40,4 @@
 #include <arch/trap/trap_table.h>
 #include <arch/stack.h>
-
 
 /* Interrupt ASI registers. */
Index: kernel/arch/sparc64/include/arch/trap/trap.h
===================================================================
--- kernel/arch/sparc64/include/arch/trap/trap.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/include/arch/trap/trap.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,3 +42,2 @@
 /** @}
  */
-
Index: kernel/arch/sparc64/src/drivers/pci.c
===================================================================
--- kernel/arch/sparc64/src/drivers/pci.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/src/drivers/pci.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -114,5 +114,4 @@
 	return pci;
 }
-
 
 /** Initialize the Psycho PCI controller.
Index: kernel/arch/sparc64/src/mm/sun4u/tsb.c
===================================================================
--- kernel/arch/sparc64/src/mm/sun4u/tsb.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/src/mm/sun4u/tsb.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -167,3 +167,2 @@
 /** @}
  */
-
Index: kernel/arch/sparc64/src/mm/sun4v/frame.c
===================================================================
--- kernel/arch/sparc64/src/mm/sun4v/frame.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/src/mm/sun4v/frame.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -86,5 +86,4 @@
 }
 
-
 void frame_low_arch_init(void)
 {
Index: kernel/arch/sparc64/src/smc.c
===================================================================
--- kernel/arch/sparc64/src/smc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/src/smc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -49,5 +49,4 @@
 #elif defined (US3)
 
-
 void smc_coherence(void *a, size_t l)
 {
@@ -58,3 +57,2 @@
 
 #endif  /* defined(US3) */
-
Index: kernel/arch/sparc64/src/smp/sun4u/ipi.c
===================================================================
--- kernel/arch/sparc64/src/smp/sun4u/ipi.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/src/smp/sun4u/ipi.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -175,5 +175,4 @@
 }
 
-
 /*
  * Deliver an IPI to the specified processors (except the current one).
Index: kernel/arch/sparc64/src/sun4v/md.c
===================================================================
--- kernel/arch/sparc64/src/sun4v/md.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/arch/sparc64/src/sun4v/md.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -54,5 +54,4 @@
 #define PROP_STR	0x73	/**< Node property with a string value */
 #define PROP_DATA	0x64	/**< Node property with a block of data */
-
 
 /** machine description header */
@@ -105,5 +104,4 @@
     __attribute__((aligned(16)));
 
-
 /** returns pointer to the element at the given index */
 static md_element_t *get_element(element_idx_t idx)
Index: kernel/doc/doxygroups.h
===================================================================
--- kernel/doc/doxygroups.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/doc/doxygroups.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -1,3 +1,2 @@
-
 /* Definitions of modules and its relations for generating Doxygen documentation */
 
@@ -93,9 +92,7 @@
  */
 
-
 /** @defgroup sync Synchronization
  * @ingroup kernel
  */
-
 
 /** @defgroup mm Memory management
@@ -400,5 +397,4 @@
  */
 
-
 /** @defgroup others Miscellanea
  * @ingroup kernel
@@ -477,3 +473,2 @@
  *     @endcond
  */
-
Index: kernel/genarch/include/genarch/drivers/am335x/cm_dpll.h
===================================================================
--- kernel/genarch/include/genarch/drivers/am335x/cm_dpll.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/include/genarch/drivers/am335x/cm_dpll.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -79,3 +79,2 @@
  * @}
  */
-
Index: kernel/genarch/include/genarch/drivers/am335x/cm_per.h
===================================================================
--- kernel/genarch/include/genarch/drivers/am335x/cm_per.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/include/genarch/drivers/am335x/cm_per.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -86,3 +86,2 @@
  * @}
  */
-
Index: kernel/genarch/include/genarch/drivers/am335x/timer.h
===================================================================
--- kernel/genarch/include/genarch/drivers/am335x/timer.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/include/genarch/drivers/am335x/timer.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -92,5 +92,4 @@
 extern void am335x_timer_stop(am335x_timer_t *timer);
 
-
 #endif
 
@@ -98,3 +97,2 @@
  * @}
  */
-
Index: kernel/genarch/include/genarch/drivers/am335x/timer_regs.h
===================================================================
--- kernel/genarch/include/genarch/drivers/am335x/timer_regs.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/include/genarch/drivers/am335x/timer_regs.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -159,3 +159,2 @@
  * @}
  */
-
Index: kernel/genarch/include/genarch/drivers/am335x/uart.h
===================================================================
--- kernel/genarch/include/genarch/drivers/am335x/uart.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/include/genarch/drivers/am335x/uart.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -68,3 +68,2 @@
  * @}
  */
-
Index: kernel/genarch/include/genarch/drivers/amdm37x/gpt.h
===================================================================
--- kernel/genarch/include/genarch/drivers/amdm37x/gpt.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/include/genarch/drivers/amdm37x/gpt.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -77,5 +77,4 @@
 #define AMDM37x_GPT11_IRQ  47
 
-
 /** GPT register map AMDM37x TRM p. 2740 */
 typedef struct {
Index: kernel/genarch/include/genarch/drivers/bcm2835/timer.h
===================================================================
--- kernel/genarch/include/genarch/drivers/bcm2835/timer.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/include/genarch/drivers/bcm2835/timer.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -64,5 +64,4 @@
 } bcm2835_timer_t;
 
-
 static inline void bcm2835_timer_start(bcm2835_timer_t *timer)
 {
Index: kernel/genarch/include/genarch/drivers/omap/uart.h
===================================================================
--- kernel/genarch/include/genarch/drivers/omap/uart.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/include/genarch/drivers/omap/uart.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -56,3 +56,2 @@
  * @}
  */
-
Index: kernel/genarch/include/genarch/drivers/omap/uart_regs.h
===================================================================
--- kernel/genarch/include/genarch/drivers/omap/uart_regs.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/include/genarch/drivers/omap/uart_regs.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -159,5 +159,4 @@
 #define OMAP_UART_LCR_DIV_EN_FLAG   (1 << 7)
 
-
 	union {
 		/** Modem control register */
Index: kernel/genarch/include/genarch/drivers/pl050/pl050.h
===================================================================
--- kernel/genarch/include/genarch/drivers/pl050/pl050.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/include/genarch/drivers/pl050/pl050.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -44,5 +44,4 @@
 #include <console/chardev.h>
 #include <typedefs.h>
-
 
 /*
@@ -98,5 +97,4 @@
 extern void pl050_wire(pl050_instance_t *, indev_t *);
 
-
 #endif
 
Index: kernel/genarch/include/genarch/drivers/s3c24xx/uart.h
===================================================================
--- kernel/genarch/include/genarch/drivers/s3c24xx/uart.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/include/genarch/drivers/s3c24xx/uart.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -78,5 +78,4 @@
 #define UFCON_FIFO_ENABLE		0x01
 
-
 /** S3C24xx UART instance */
 typedef struct {
Index: kernel/genarch/src/drivers/am335x/timer.c
===================================================================
--- kernel/genarch/src/drivers/am335x/timer.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/src/drivers/am335x/timer.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -180,3 +180,2 @@
  * @}
  */
-
Index: kernel/genarch/src/drivers/omap/uart.c
===================================================================
--- kernel/genarch/src/drivers/omap/uart.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/src/drivers/omap/uart.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -187,3 +187,2 @@
  * @}
  */
-
Index: kernel/genarch/src/drivers/pl011/pl011.c
===================================================================
--- kernel/genarch/src/drivers/pl011/pl011.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/src/drivers/pl011/pl011.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -149,3 +149,2 @@
 /** @}
  */
-
Index: kernel/genarch/src/drivers/pl050/pl050.c
===================================================================
--- kernel/genarch/src/drivers/pl050/pl050.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/src/drivers/pl050/pl050.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -111,5 +111,4 @@
 }
 
-
 /** @}
  */
Index: kernel/genarch/src/drivers/via-cuda/cuda.c
===================================================================
--- kernel/genarch/src/drivers/via-cuda/cuda.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/src/drivers/via-cuda/cuda.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -366,5 +366,4 @@
 }
 
-
 /** @}
  */
Index: kernel/genarch/src/kbrd/scanc_at.c
===================================================================
--- kernel/genarch/src/kbrd/scanc_at.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/src/kbrd/scanc_at.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -37,5 +37,4 @@
 #include <typedefs.h>
 #include <str.h>
-
 
 /** Primary meaning of scancodes. */
Index: kernel/genarch/src/mm/as_ht.c
===================================================================
--- kernel/genarch/src/mm/as_ht.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/src/mm/as_ht.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -60,5 +60,4 @@
 	.page_table_locked = ht_locked,
 };
-
 
 /** Page hash table create.
Index: kernel/genarch/src/softint/division.c
===================================================================
--- kernel/genarch/src/softint/division.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/genarch/src/softint/division.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -232,6 +232,4 @@
 }
 
-
-
 /** @}
  */
Index: kernel/generic/include/adt/avl.h
===================================================================
--- kernel/generic/include/adt/avl.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/adt/avl.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -106,5 +106,4 @@
 };
 
-
 /** Create empty AVL tree.
  *
Index: kernel/generic/include/adt/cht.h
===================================================================
--- kernel/generic/include/adt/cht.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/adt/cht.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -130,5 +130,4 @@
 	member_to_inst((item), type, member)
 
-
 #define cht_read_lock()     rcu_read_lock()
 #define cht_read_unlock()   rcu_read_unlock()
Index: kernel/generic/include/adt/hash_table.h
===================================================================
--- kernel/generic/include/adt/hash_table.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/adt/hash_table.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -102,5 +102,4 @@
     void *);
 
-
 #endif
 
Index: kernel/generic/include/align.h
===================================================================
--- kernel/generic/include/align.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/align.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -46,5 +46,4 @@
 #define ALIGN_DOWN(s, a)  ((s) & ~((a) - 1))
 
-
 /** Align to the nearest higher address.
  *
Index: kernel/generic/include/arch.h
===================================================================
--- kernel/generic/include/arch.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/arch.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -38,5 +38,4 @@
 #include <arch/asm.h>   /* get_stack_base() */
 #include <config.h>
-
 
 /*
Index: kernel/generic/include/cc.h
===================================================================
--- kernel/generic/include/cc.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/cc.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,5 +47,4 @@
 #endif
 
-
 #endif
 
Index: kernel/generic/include/cpu.h
===================================================================
--- kernel/generic/include/cpu.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/cpu.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -46,5 +46,4 @@
 
 #define CPU                  THE->cpu
-
 
 /** CPU structure.
Index: kernel/generic/include/cpu/cpu_mask.h
===================================================================
--- kernel/generic/include/cpu/cpu_mask.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/cpu/cpu_mask.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -64,5 +64,4 @@
 } cpu_mask_t;
 
-
 extern size_t cpu_mask_size(void);
 extern void cpu_mask_active(cpu_mask_t *);
Index: kernel/generic/include/ipc/irq.h
===================================================================
--- kernel/generic/include/ipc/irq.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/ipc/irq.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,5 +47,4 @@
 #include <adt/list.h>
 
-
 extern irq_ownership_t ipc_irq_top_half_claim(irq_t *);
 extern void ipc_irq_top_half_handler(irq_t *);
Index: kernel/generic/include/lib/refcount.h
===================================================================
--- kernel/generic/include/lib/refcount.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/lib/refcount.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -122,3 +122,2 @@
 
 #endif
-
Index: kernel/generic/include/mm/as.h
===================================================================
--- kernel/generic/include/mm/as.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/mm/as.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -52,5 +52,4 @@
 #define AS                   THE->as
 
-
 /**
  * Defined to be true if user address space and kernel address space shadow each
Index: kernel/generic/include/preemption.h
===================================================================
--- kernel/generic/include/preemption.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/preemption.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -59,5 +59,4 @@
 	} while (0)
 
-
 #endif
 
Index: kernel/generic/include/proc/task.h
===================================================================
--- kernel/generic/include/proc/task.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/proc/task.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -64,5 +64,4 @@
 
 #define TASK                 THE->task
-
 
 struct thread;
Index: kernel/generic/include/proc/thread.h
===================================================================
--- kernel/generic/include/proc/thread.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/proc/thread.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -52,5 +52,4 @@
 #include <arch.h>
 
-
 #define THREAD              THE->thread
 
Index: kernel/generic/include/smp/smp_call.h
===================================================================
--- kernel/generic/include/smp/smp_call.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/smp/smp_call.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -49,6 +49,4 @@
 } smp_call_t;
 
-
-
 extern void smp_call(unsigned int, smp_call_func_t, void *);
 extern void smp_call_async(unsigned int, smp_call_func_t, void *, smp_call_t *);
@@ -62,10 +60,6 @@
 #endif
 
-
-
-
 #endif	/* KERN_SMP_CALL_H_ */
 
 /** @}
  */
-
Index: kernel/generic/include/synch/condvar.h
===================================================================
--- kernel/generic/include/synch/condvar.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/synch/condvar.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -69,5 +69,4 @@
     irq_spinlock_t *irq_lock, uint32_t usec, int flags);
 
-
 #endif
 
Index: kernel/generic/include/synch/rcu.h
===================================================================
--- kernel/generic/include/synch/rcu.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/synch/rcu.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -40,5 +40,4 @@
 #include <barrier.h>
 
-
 /** Use to assign a pointer to newly initialized data to a rcu reader
  * accessible pointer.
@@ -92,12 +91,8 @@
 #define rcu_access(ptr) ACCESS_ONCE(ptr)
 
-
-
-
 #include <debug.h>
 #include <preemption.h>
 #include <cpu.h>
 #include <proc/thread.h>
-
 
 extern bool rcu_read_locked(void);
@@ -122,5 +117,4 @@
 extern void _rcu_synchronize(bool expedite);
 
-
 #ifdef RCU_PREEMPT_A
 
@@ -158,5 +152,4 @@
 extern rcu_gp_t _rcu_cur_gp;
 extern void _rcu_signal_read_unlock(void);
-
 
 /** Unconditionally records a quiescent state for the local cpu. */
Index: kernel/generic/include/synch/rcu_types.h
===================================================================
--- kernel/generic/include/synch/rcu_types.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/synch/rcu_types.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,5 +43,4 @@
 #endif
 
-
 /* Fwd decl. */
 struct thread;
@@ -58,5 +57,4 @@
 	struct rcu_item *next;
 } rcu_item_t;
-
 
 /** RCU related per-cpu data. */
@@ -140,5 +138,4 @@
 } rcu_cpu_data_t;
 
-
 /** RCU related per-thread data. */
 typedef struct rcu_thread_data {
@@ -165,5 +162,4 @@
 } rcu_thread_data_t;
 
-
 #endif
 
Index: kernel/generic/include/synch/workqueue.h
===================================================================
--- kernel/generic/include/synch/workqueue.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/synch/workqueue.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -56,6 +56,4 @@
 } work_t;
 
-
-
 extern void workq_global_init(void);
 extern void workq_global_worker_init(void);
@@ -74,5 +72,4 @@
 extern void workq_global_print_info(void);
 
-
 extern void workq_after_thread_ran(void);
 extern void workq_before_thread_is_ready(struct thread *);
Index: kernel/generic/include/verify.h
===================================================================
--- kernel/generic/include/verify.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/include/verify.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -36,5 +36,4 @@
 #define KERN_VERIFY_H_
 
-
 #ifdef CONFIG_VERIFY_VCC
 
@@ -66,5 +65,4 @@
 #endif /* CONFIG_VERIFY_VCC */
 
-
 #endif
 
Index: kernel/generic/src/adt/avl.c
===================================================================
--- kernel/generic/src/adt/avl.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/adt/avl.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -81,5 +81,4 @@
 	return NULL;
 }
-
 
 /** Find the node with the smallest key in an AVL tree.
@@ -660,5 +659,4 @@
 }
 
-
 /** Delete a node with the smallest key from the AVL tree.
  *
@@ -730,3 +728,2 @@
 /** @}
  */
-
Index: kernel/generic/src/adt/cht.c
===================================================================
--- kernel/generic/src/adt/cht.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/adt/cht.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -26,5 +26,4 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-
 
 /** @addtogroup genericadt
@@ -287,5 +286,4 @@
  */
 
-
 #include <adt/cht.h>
 #include <adt/hash.h>
@@ -396,5 +394,4 @@
 } wnd_t;
 
-
 /* Sentinel node used by all buckets. Stores the greatest possible hash value.*/
 static const cht_link_t sentinel = {
@@ -403,5 +400,4 @@
 	.hash = -1
 };
-
 
 static size_t size_to_order(size_t bucket_cnt, size_t min_order);
@@ -1683,5 +1679,4 @@
 }
 
-
 #if 0
 static void move_head(marked_ptr_t *psrc_head, marked_ptr_t *pdest_head)
@@ -2710,5 +2705,4 @@
 }
 
-
 /** @}
  */
Index: kernel/generic/src/adt/hash_table.c
===================================================================
--- kernel/generic/src/adt/hash_table.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/adt/hash_table.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -60,5 +60,4 @@
 #define HT_MAX_LOAD     2
 
-
 static size_t round_up_size(size_t);
 static bool alloc_table(size_t, list_t **);
@@ -73,5 +72,4 @@
 	/* no-op */
 }
-
 
 /** Create chained hash table.
@@ -205,5 +203,4 @@
 }
 
-
 /** Insert item into a hash table if not already present.
  *
@@ -412,5 +409,4 @@
 }
 
-
 /** Shrinks the table if the table is only sparely populated. */
 static inline void shrink_if_needed(hash_table_t *h)
@@ -472,5 +468,4 @@
 }
 
-
 /** @}
  */
Index: kernel/generic/src/console/cmd.c
===================================================================
--- kernel/generic/src/console/cmd.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/console/cmd.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -647,5 +647,4 @@
 };
 
-
 /** Initialize command info structure.
  *
Index: kernel/generic/src/console/kconsole.c
===================================================================
--- kernel/generic/src/console/kconsole.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/console/kconsole.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -364,5 +364,4 @@
 			    position++)
 				putwchar(current[position]);
-
 
 			/*
Index: kernel/generic/src/cpu/cpu_mask.c
===================================================================
--- kernel/generic/src/cpu/cpu_mask.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/cpu/cpu_mask.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
Index: kernel/generic/src/ipc/ipc.c
===================================================================
--- kernel/generic/src/ipc/ipc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/ipc/ipc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -527,5 +527,4 @@
 }
 
-
 /** Wait for a phone call.
  *
@@ -888,5 +887,4 @@
 	    0, NULL, NULL, 0);
 }
-
 
 static void ipc_print_call_list(list_t *list)
Index: kernel/generic/src/ipc/ipcrsc.c
===================================================================
--- kernel/generic/src/ipc/ipcrsc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/ipc/ipcrsc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -147,5 +147,4 @@
 	.destroy = phone_destroy
 };
-
 
 /** Allocate new phone in the specified task.
Index: kernel/generic/src/ipc/ops/concttome.c
===================================================================
--- kernel/generic/src/ipc/ops/concttome.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/ipc/ops/concttome.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -102,5 +102,4 @@
 }
 
-
 sysipc_ops_t ipc_m_connect_to_me_ops = {
 	.request_preprocess = null_request_preprocess,
Index: kernel/generic/src/ipc/ops/datawrite.c
===================================================================
--- kernel/generic/src/ipc/ops/datawrite.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/ipc/ops/datawrite.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -94,5 +94,4 @@
 }
 
-
 sysipc_ops_t ipc_m_data_write_ops = {
 	.request_preprocess = request_preprocess,
Index: kernel/generic/src/ipc/sysipc.c
===================================================================
--- kernel/generic/src/ipc/sysipc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/ipc/sysipc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -118,5 +118,4 @@
 }
 
-
 /*
  * Functions that preprocess answer before sending it to the recepient.
@@ -245,5 +244,4 @@
 	SYSIPC_OP(answer_process, call);
 }
-
 
 /** Do basic kernel processing of received call request.
Index: kernel/generic/src/lib/ra.c
===================================================================
--- kernel/generic/src/lib/ra.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/lib/ra.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -304,5 +304,4 @@
 		}
 
-
 		/* Put unneeded parts back. */
 		if (pred) {
Index: kernel/generic/src/lib/str_error.c
===================================================================
--- kernel/generic/src/lib/str_error.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/lib/str_error.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -99,3 +99,2 @@
 	return "Unknown error code";
 }
-
Index: kernel/generic/src/log/log.c
===================================================================
--- kernel/generic/src/log/log.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/log/log.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -249,5 +249,4 @@
 	};
 
-
 	ret = printf_core(fmt, &ps, args);
 
@@ -386,5 +385,4 @@
 }
 
-
 /** @}
  */
Index: kernel/generic/src/mm/as.c
===================================================================
--- kernel/generic/src/mm/as.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/mm/as.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -228,5 +228,4 @@
 	interrupts_restore(ipl);
 
-
 	/*
 	 * Destroy address space areas of the address space.
@@ -563,5 +562,4 @@
 	}
 }
-
 
 /** Create address space area of common attributes.
Index: kernel/generic/src/mm/backend_elf.c
===================================================================
--- kernel/generic/src/mm/backend_elf.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/mm/backend_elf.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -235,5 +235,4 @@
 	return true;
 }
-
 
 /** Service a page fault in the ELF backend address space area.
Index: kernel/generic/src/mm/backend_phys.c
===================================================================
--- kernel/generic/src/mm/backend_phys.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/mm/backend_phys.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -80,5 +80,4 @@
 };
 
-
 bool phys_create(as_area_t *area)
 {
@@ -98,5 +97,4 @@
 	assert(mutex_locked(&area->lock));
 }
-
 
 void phys_destroy(as_area_t *area)
@@ -118,5 +116,4 @@
 	return true;
 }
-
 
 /** Service a page fault in the address space area backed by physical memory.
Index: kernel/generic/src/mm/frame.c
===================================================================
--- kernel/generic/src/mm/frame.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/mm/frame.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -178,5 +178,4 @@
 }
 
-
 /** Find a zone with a given frames.
  *
Index: kernel/generic/src/mm/km.c
===================================================================
--- kernel/generic/src/mm/km.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/mm/km.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -295,3 +295,2 @@
 /** @}
  */
-
Index: kernel/generic/src/preempt/preemption.c
===================================================================
--- kernel/generic/src/preempt/preemption.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/preempt/preemption.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -38,5 +38,4 @@
 #include <preemption.h>
 
-
 /** @}
  */
Index: kernel/generic/src/smp/smp_call.c
===================================================================
--- kernel/generic/src/smp/smp_call.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/smp/smp_call.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -48,5 +48,4 @@
 static void call_done(smp_call_t *call_info);
 static void call_wait(smp_call_t *call_info);
-
 
 /** Init smp_call() on the local cpu. */
@@ -274,5 +273,4 @@
 }
 
-
 /** @}
  */
Index: kernel/generic/src/synch/condvar.c
===================================================================
--- kernel/generic/src/synch/condvar.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/synch/condvar.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -189,5 +189,4 @@
 }
 
-
 /** @}
  */
Index: kernel/generic/src/synch/futex.c
===================================================================
--- kernel/generic/src/synch/futex.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/synch/futex.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -94,5 +94,4 @@
 } futex_ptr_t;
 
-
 static void destroy_task_cache(work_t *work);
 
@@ -116,5 +115,4 @@
 static bool task_fut_ht_equal(const cht_link_t *item1, const cht_link_t *item2);
 static bool task_fut_ht_key_equal(void *key, const cht_link_t *item);
-
 
 /** Mutex protecting the global futex hash table.
@@ -226,5 +224,4 @@
 }
 
-
 /** Initialize the kernel futex structure.
  *
@@ -284,5 +281,4 @@
 	return get_and_cache_futex(paddr, uaddr);
 }
-
 
 /** Finds the physical address of the futex variable. */
@@ -331,5 +327,4 @@
 	return futex;
 }
-
 
 /**
@@ -448,5 +443,4 @@
 }
 
-
 /** Return the hash of the key stored in the item */
 size_t futex_ht_hash(const ht_link_t *item)
Index: kernel/generic/src/synch/rcu.c
===================================================================
--- kernel/generic/src/synch/rcu.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/synch/rcu.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -26,5 +26,4 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-
 
 /** @addtogroup sync
@@ -247,5 +246,4 @@
 } rcu_data_t;
 
-
 static rcu_data_t rcu;
 
@@ -294,6 +292,4 @@
 static void upd_max_cbs_in_slice(size_t arriving_cbs_cnt);
 
-
-
 /** Initializes global RCU structures. */
 void rcu_init(void)
@@ -394,5 +390,4 @@
 	link_initialize(&thread->rcu.preempt_link);
 }
-
 
 /** Cleans up global RCU resources and stops dispatching callbacks.
@@ -715,5 +710,4 @@
 	return cur_cbs_empty() && next_cbs_empty() && arriving_cbs_empty();
 }
-
 
 /** Reclaimer thread dispatches locally queued callbacks once a GP ends. */
@@ -918,5 +912,4 @@
 	return expedite;
 }
-
 
 #ifdef RCU_PREEMPT_A
@@ -1291,5 +1284,4 @@
 }
 
-
 /** The detector thread detects and notifies reclaimers of grace period ends. */
 static void detector(void *arg)
@@ -1337,5 +1329,4 @@
 	return !interrupted;
 }
-
 
 static void end_cur_gp(void)
@@ -1608,5 +1599,4 @@
 	}
 }
-
 
 #endif /* RCU_PREEMPT_PODZIMEK */
Index: kernel/generic/src/synch/smp_memory_barrier.c
===================================================================
--- kernel/generic/src/synch/smp_memory_barrier.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/synch/smp_memory_barrier.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -40,5 +40,4 @@
 #include <config.h>
 
-
 static void issue_mem_bar(void *arg)
 {
Index: kernel/generic/src/synch/waitq.c
===================================================================
--- kernel/generic/src/synch/waitq.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/synch/waitq.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -61,5 +61,4 @@
 static void waitq_sleep_timed_out(void *);
 static void waitq_complete_wakeup(waitq_t *);
-
 
 /** Initialize wait queue
@@ -489,5 +488,4 @@
 }
 
-
 /** Internal SMP- and IRQ-unsafe version of waitq_wakeup()
  *
Index: kernel/generic/src/synch/workqueue.c
===================================================================
--- kernel/generic/src/synch/workqueue.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/synch/workqueue.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -52,5 +52,4 @@
 #define WORK_ITEM_MAGIC  0xfeec1777U
 
-
 struct work_queue {
 	/*
@@ -96,5 +95,4 @@
 };
 
-
 /** Min number of idle workers to keep. */
 static size_t min_worker_cnt;
@@ -111,5 +109,4 @@
 static int booting = true;
 
-
 typedef struct {
 	IRQ_SPINLOCK_DECLARE(lock);
@@ -121,9 +118,6 @@
 static nonblock_adder_t nonblock_adder;
 
-
-
 /** Typedef a worker thread signaling operation prototype. */
 typedef void (*signal_op_t)(struct work_queue *workq);
-
 
 /* Fwd decl. */
@@ -790,5 +784,4 @@
 	--workq->idle_worker_cnt;
 }
-
 
 /** Invoked from thread_ready() right before the thread is woken up. */
@@ -888,5 +881,4 @@
 }
 
-
 static bool dequeue_add_req(nonblock_adder_t *info, struct work_queue **pworkq)
 {
@@ -925,5 +917,4 @@
 	}
 }
-
 
 static void nonblock_init(void)
Index: kernel/generic/src/udebug/udebug_ipc.c
===================================================================
--- kernel/generic/src/udebug/udebug_ipc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/generic/src/udebug/udebug_ipc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -123,5 +123,4 @@
 }
 
-
 /** Process a GO call.
  *
@@ -303,5 +302,4 @@
 }
 
-
 /** Process an ARGS_READ call.
  *
@@ -387,5 +385,4 @@
 	ipc_answer(&TASK->kb.box, call);
 }
-
 
 /** Process an MEM_READ call.
Index: kernel/test/cht/cht1.c
===================================================================
--- kernel/test/cht/cht1.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/test/cht/cht1.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -75,5 +75,4 @@
 }
 
-
 static cht_ops_t val_ops = {
 	.hash = val_hash,
@@ -93,5 +92,4 @@
 
 /*-------------------------------------------------------------------*/
-
 
 static const char *do_sanity_test(cht_t *h)
@@ -441,5 +439,4 @@
 	}
 
-
 	/* Remove anything we may have inserted. */
 	for (size_t i = 0; i < work->elem_cnt; ++i) {
@@ -559,5 +556,4 @@
 /*-------------------------------------------------------------------*/
 
-
 const char *test_cht1(void)
 {
Index: kernel/test/smpcall/smpcall1.c
===================================================================
--- kernel/test/smpcall/smpcall1.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/test/smpcall/smpcall1.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -48,5 +48,4 @@
 #define EACH_CPU_INC_PER_ITER 2
 
-
 static void inc(void *p)
 {
@@ -60,5 +59,4 @@
 	++*pcall_cnt;
 }
-
 
 static void test_thread(void *p)
Index: kernel/test/synch/rcu1.c
===================================================================
--- kernel/test/synch/rcu1.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/test/synch/rcu1.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -40,5 +40,4 @@
 #include <synch/rcu.h>
 
-
 #define MAX_THREADS 32
 
@@ -134,5 +133,4 @@
 }
 
-
 static void join_one(void)
 {
@@ -150,5 +148,4 @@
 /*-------------------------------------------------------------------*/
 
-
 static void nop_reader(void *arg)
 {
@@ -195,6 +192,4 @@
 /*-------------------------------------------------------------------*/
 
-
-
 static void long_reader(void *arg)
 {
@@ -236,5 +231,4 @@
 
 /*-------------------------------------------------------------------*/
-
 
 static atomic_t nop_callbacks_cnt = 0;
@@ -363,5 +357,4 @@
 	size_t start_time;
 } seq_item_t;
-
 
 static errno_t seq_test_result = EOK;
@@ -460,5 +453,4 @@
 	get_seq(0, total_cnt, get_thread_cnt(), read_cnt);
 
-
 	for (size_t i = 0; i < get_thread_cnt(); ++i) {
 		item[i].update_cnt = total_cnt - read_cnt[i];
@@ -496,5 +488,4 @@
 
 /*-------------------------------------------------------------------*/
-
 
 static void reader_unlocked(rcu_item_t *item)
@@ -555,5 +546,4 @@
 	errno_t result;
 } preempt_t;
-
 
 static void preempted_unlocked(rcu_item_t *item)
@@ -607,5 +597,4 @@
 	TPRINTF("}reader_inside_cur\n");
 }
-
 
 static void preempted_reader_cur(void *arg)
@@ -683,5 +672,4 @@
 }
 
-
 static bool do_one_reader_preempt(void (*f)(void *), const char *err)
 {
@@ -772,5 +760,4 @@
 }
 
-
 static bool do_synch(void)
 {
@@ -800,5 +787,4 @@
 	rcu_synchronize();
 	join_one();
-
 
 	if (synch->reader_done) {
@@ -857,5 +843,4 @@
 } stress_t;
 
-
 static void stress_reader(void *arg)
 {
@@ -1006,5 +991,4 @@
 	const char *desc;
 };
-
 
 const char *test_rcu1(void)
Index: kernel/test/synch/workq-test-core.h
===================================================================
--- kernel/test/synch/workq-test-core.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/test/synch/workq-test-core.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -36,5 +36,4 @@
 #include <synch/workqueue.h>
 
-
 typedef struct test_work {
 	work_t work_item;
@@ -46,8 +45,6 @@
 static atomic_t call_cnt[WAVES];
 
-
 /* Fwd decl - implement in your actual test file.. */
 static int core_workq_enqueue(work_t *work_item, work_func_t func);
-
 
 static bool new_wave(test_work_t *work)
@@ -62,5 +59,4 @@
 	}
 }
-
 
 static int is_pow2(int num)
@@ -170,5 +166,4 @@
 	    WAVES, COUNT, exp_call_cnt * WAVES);
 
-
 	core_workq_enqueue(&work->work_item, reproduce);
 
@@ -200,5 +195,4 @@
 	}
 
-
 	if (success)
 		return NULL;
Index: kernel/test/synch/workqueue2.c
===================================================================
--- kernel/test/synch/workqueue2.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/test/synch/workqueue2.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -32,5 +32,4 @@
 #include <synch/workqueue.h>
 
-
 #define WAVES 10
 #define COUNT_POW 12
@@ -45,5 +44,4 @@
 #include "workq-test-core.h"
 
-
 /*-------------------------------------------------------------------*/
 
@@ -56,5 +54,4 @@
 	TPRINTF("basic_test_work()");
 }
-
 
 static void basic_test(void)
@@ -74,5 +71,4 @@
 /*-------------------------------------------------------------------*/
 
-
 struct work_queue *workq = NULL;
 
@@ -82,5 +78,4 @@
 }
 /*-------------------------------------------------------------------*/
-
 
 static const char *test_custom_workq_impl(bool stop, const char *qname)
@@ -108,5 +103,4 @@
 }
 
-
 static const char *test_custom_workq_stop(void)
 {
@@ -117,5 +111,4 @@
 	return NULL;
 }
-
 
 const char *test_workqueue_all(void)
Index: kernel/test/synch/workqueue3.c
===================================================================
--- kernel/test/synch/workqueue3.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/test/synch/workqueue3.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -32,5 +32,4 @@
 #include <synch/workqueue.h>
 
-
 #define WAVES 10
 #define COUNT_POW 12
@@ -45,11 +44,8 @@
 #include "workq-test-core.h"
 
-
 static int core_workq_enqueue(work_t *work_item, work_func_t func)
 {
 	return workq_global_enqueue(work_item, func);
 }
-
-
 
 static const char *do_test(bool exit_early)
Index: kernel/test/test.h
===================================================================
--- kernel/test/test.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ kernel/test/test.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -82,5 +82,4 @@
 extern const char *test_rcu1(void);
 
-
 extern test_t tests[];
 
Index: tools/build-ccheck.sh
===================================================================
--- tools/build-ccheck.sh	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ tools/build-ccheck.sh	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -29,5 +29,5 @@
 
 SYCEK_GIT="https://github.com/jxsvoboda/sycek sycek"
-SYCEK_REV="53ac14e1e1580ae73ff7952f7c65440d6960a390"
+SYCEK_REV="e6514952b360705737a0cd930ada76c657cc6844"
 
 if [ ! -d sycek ]; then
Index: uspace/app/bdsh/cmds/builtins/batch/batch.c
===================================================================
--- uspace/app/bdsh/cmds/builtins/batch/batch.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/builtins/batch/batch.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -136,3 +136,2 @@
 	return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/builtins/batch/batch.h
===================================================================
--- uspace/app/bdsh/cmds/builtins/batch/batch.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/builtins/batch/batch.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -4,5 +4,3 @@
 /* Prototypes for the batch command, excluding entry points */
 
-
 #endif /* BATCH_H */
-
Index: uspace/app/bdsh/cmds/builtins/batch/entry.h
===================================================================
--- uspace/app/bdsh/cmds/builtins/batch/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/builtins/batch/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -10,3 +10,2 @@
 
 #endif /* BATCH_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/builtins/cd/cd.c
===================================================================
--- uspace/app/bdsh/cmds/builtins/cd/cd.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/builtins/cd/cd.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -81,5 +81,4 @@
 }
 
-
 /* This is a very rudamentary 'cd' command. It is not 'link smart' (yet) */
 
Index: uspace/app/bdsh/cmds/builtins/cd/cd.h
===================================================================
--- uspace/app/bdsh/cmds/builtins/cd/cd.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/builtins/cd/cd.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -4,4 +4,3 @@
 /* Prototypes for the cd command (excluding entry points) */
 
-
 #endif
Index: uspace/app/bdsh/cmds/builtins/cd/entry.h
===================================================================
--- uspace/app/bdsh/cmds/builtins/cd/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/builtins/cd/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -9,4 +9,2 @@
 
 #endif
-
-
Index: uspace/app/bdsh/cmds/builtins/exit/entry.h
===================================================================
--- uspace/app/bdsh/cmds/builtins/exit/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/builtins/exit/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -9,4 +9,2 @@
 
 #endif
-
-
Index: uspace/app/bdsh/cmds/mod_cmds.c
===================================================================
--- uspace/app/bdsh/cmds/mod_cmds.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/mod_cmds.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -112,5 +112,4 @@
 }
 
-
 /** Invokes the 'help' entry function for the module at position (int) module
  *
Index: uspace/app/bdsh/cmds/modules/cat/cat.c
===================================================================
--- uspace/app/bdsh/cmds/modules/cat/cat.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/cat/cat.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -336,5 +336,4 @@
 	last_char_was_newline = true;
 
-
 	argc = cli_count_args(argv);
 
@@ -419,3 +418,2 @@
 		return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/cat/cat.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cat/cat.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/cat/cat.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -5,3 +5,2 @@
 
 #endif /* CAT_H */
-
Index: uspace/app/bdsh/cmds/modules/cat/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cat/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/cat/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* CAT_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/cmp/cmp.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cmp/cmp.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/cmp/cmp.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -5,3 +5,2 @@
 
 #endif /* CMP_H */
-
Index: uspace/app/bdsh/cmds/modules/cmp/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cmp/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/cmp/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* CAT_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/cp/cp.c
===================================================================
--- uspace/app/bdsh/cmds/modules/cp/cp.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/cp/cp.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -553,3 +553,2 @@
 		return CMD_FAILURE;
 }
-
Index: uspace/app/bdsh/cmds/modules/cp/cp.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cp/cp.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/cp/cp.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -4,5 +4,3 @@
 /* Prototypes for the cp command, excluding entry points */
 
-
 #endif /* CP_H */
-
Index: uspace/app/bdsh/cmds/modules/cp/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cp/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/cp/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* CP_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/echo/echo.c
===================================================================
--- uspace/app/bdsh/cmds/modules/echo/echo.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/echo/echo.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -64,3 +64,2 @@
 
 }
-
Index: uspace/app/bdsh/cmds/modules/echo/echo.h
===================================================================
--- uspace/app/bdsh/cmds/modules/echo/echo.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/echo/echo.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -4,5 +4,3 @@
 /* Prototypes for the echo command, excluding entry points */
 
-
 #endif /* ECHO_H */
-
Index: uspace/app/bdsh/cmds/modules/echo/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/echo/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/echo/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* ECHO_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/kcon/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/kcon/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/kcon/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* KCON_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/kcon/kcon.h
===================================================================
--- uspace/app/bdsh/cmds/modules/kcon/kcon.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/kcon/kcon.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -4,5 +4,3 @@
 /* Prototypes for the kcon command, excluding entry points */
 
-
 #endif /* KCON_H */
-
Index: uspace/app/bdsh/cmds/modules/ls/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/ls/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/ls/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* LS_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/ls/ls.c
===================================================================
--- uspace/app/bdsh/cmds/modules/ls/ls.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/ls/ls.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -428,3 +428,2 @@
 		return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/mkdir/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mkdir/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/mkdir/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* MKDIR_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
===================================================================
--- uspace/app/bdsh/cmds/modules/mkdir/mkdir.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/mkdir/mkdir.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -60,5 +60,4 @@
 };
 
-
 void help_cmd_mkdir(unsigned int level)
 {
@@ -224,3 +223,2 @@
 		return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/mkdir/mkdir.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mkdir/mkdir.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/mkdir/mkdir.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -5,3 +5,2 @@
 
 #endif /* MKDIR_H */
-
Index: uspace/app/bdsh/cmds/modules/mkfile/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mkfile/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/mkfile/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* MKFILE_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/mkfile/mkfile.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mkfile/mkfile.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/mkfile/mkfile.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -4,5 +4,3 @@
 /* Prototypes for the mkfile command, excluding entry points */
 
-
 #endif /* MKFILE_H */
-
Index: uspace/app/bdsh/cmds/modules/mount/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mount/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/mount/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* MOUNT_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/mount/mount.c
===================================================================
--- uspace/app/bdsh/cmds/modules/mount/mount.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/mount/mount.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -53,5 +53,4 @@
 	{ 0, 0, 0, 0 }
 };
-
 
 /* Displays help for mount in various levels */
@@ -193,3 +192,2 @@
 	return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/mount/mount.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mount/mount.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/mount/mount.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -4,5 +4,3 @@
 /* Prototypes for the mount command, excluding entry points */
 
-
 #endif /* MOUNT_H */
-
Index: uspace/app/bdsh/cmds/modules/mv/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mv/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/mv/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* MV_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/mv/mv.c
===================================================================
--- uspace/app/bdsh/cmds/modules/mv/mv.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/mv/mv.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -70,3 +70,2 @@
 	return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/mv/mv.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mv/mv.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/mv/mv.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -4,5 +4,3 @@
 /* Prototypes for the mv command, excluding entry points */
 
-
 #endif /* MV_H */
-
Index: uspace/app/bdsh/cmds/modules/printf/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/printf/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/printf/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* PRINTF_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/printf/printf.c
===================================================================
--- uspace/app/bdsh/cmds/modules/printf/printf.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/printf/printf.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -55,5 +55,4 @@
 	}
 
-
 	return;
 }
@@ -105,5 +104,4 @@
 	return CMD_SUCCESS;
 }
-
 
 /** Prints formatted data.
Index: uspace/app/bdsh/cmds/modules/printf/printf.h
===================================================================
--- uspace/app/bdsh/cmds/modules/printf/printf.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/printf/printf.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -4,5 +4,3 @@
 /* Prototypes for the printf command, excluding entry points */
 
-
 #endif /* PRINTF_H */
-
Index: uspace/app/bdsh/cmds/modules/pwd/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/pwd/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/pwd/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -9,4 +9,2 @@
 
 #endif
-
-
Index: uspace/app/bdsh/cmds/modules/rm/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/rm/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/rm/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* RM_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/rm/rm.c
===================================================================
--- uspace/app/bdsh/cmds/modules/rm/rm.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/rm/rm.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -340,3 +340,2 @@
 		return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/rm/rm.h
===================================================================
--- uspace/app/bdsh/cmds/modules/rm/rm.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/rm/rm.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -5,3 +5,2 @@
 
 #endif /* RM_H */
-
Index: uspace/app/bdsh/cmds/modules/sleep/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/sleep/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/sleep/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* SLEEP_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/sleep/sleep.c
===================================================================
--- uspace/app/bdsh/cmds/modules/sleep/sleep.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/sleep/sleep.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -136,3 +136,2 @@
 	return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/sleep/sleep.h
===================================================================
--- uspace/app/bdsh/cmds/modules/sleep/sleep.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/sleep/sleep.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -4,5 +4,3 @@
 /* Prototypes for the sleep command, excluding entry points */
 
-
 #endif /* SLEEP_H */
-
Index: uspace/app/bdsh/cmds/modules/unmount/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/unmount/entry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/unmount/entry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -7,3 +7,2 @@
 
 #endif /* UNMOUNT_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/unmount/unmount.c
===================================================================
--- uspace/app/bdsh/cmds/modules/unmount/unmount.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/unmount/unmount.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -75,3 +75,2 @@
 	return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/unmount/unmount.h
===================================================================
--- uspace/app/bdsh/cmds/modules/unmount/unmount.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/cmds/modules/unmount/unmount.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -4,5 +4,3 @@
 /* Prototypes for the unmount command, excluding entry points */
 
-
 #endif /* UNMOUNT_H */
-
Index: uspace/app/bdsh/errors.c
===================================================================
--- uspace/app/bdsh/errors.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/errors.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,5 +43,4 @@
 /* Error printing, translation and handling functions */
 
-
 /** Look up errno in cl_errors and return the corresponding string.
  *
@@ -86,7 +85,2 @@
 
 }
-
-
-
-
-
Index: uspace/app/bdsh/errstr.h
===================================================================
--- uspace/app/bdsh/errstr.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/errstr.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -49,3 +49,2 @@
 
 #endif
-
Index: uspace/app/bdsh/input.c
===================================================================
--- uspace/app/bdsh/input.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/input.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -190,5 +190,4 @@
 	}
 
-
 	if (redir_to) {
 		to = fopen(redir_to, "w");
Index: uspace/app/bdsh/scli.c
===================================================================
--- uspace/app/bdsh/scli.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/scli.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -91,5 +91,4 @@
 }
 
-
 void set_iostate(iostate_t *ios)
 {
Index: uspace/app/bdsh/test/toktest.c
===================================================================
--- uspace/app/bdsh/test/toktest.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bdsh/test/toktest.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -54,8 +54,6 @@
 	PCUT_ASSERT_ERRNO_VAL(EOK, rc);
 
-
 	PCUT_ASSERT_INT_EQUALS(expected_token_count, token_count);
 }
-
 
 #define ASSERT_TOKEN(index, token_type, token_text) \
@@ -64,6 +62,4 @@
 		PCUT_ASSERT_STR_EQUALS(token_text, tokens[index].text); \
 	} while (0)
-
-
 
 PCUT_TEST_SUITE(tokenizer);
@@ -74,5 +70,4 @@
 	tok_fini(&tokenizer);
 }
-
 
 PCUT_TEST(empty_input)
@@ -97,5 +92,3 @@
 }
 
-
-
 PCUT_MAIN();
Index: uspace/app/bnchmark/bnchmark.c
===================================================================
--- uspace/app/bnchmark/bnchmark.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/bnchmark/bnchmark.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -198,5 +198,4 @@
 }
 
-
 static void syntax_print(void)
 {
Index: uspace/app/contacts/contacts.c
===================================================================
--- uspace/app/contacts/contacts.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/contacts/contacts.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -214,5 +214,4 @@
 }
 
-
 /** Interaction to create new contact.
  *
Index: uspace/app/date/date.c
===================================================================
--- uspace/app/date/date.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/date/date.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -26,5 +26,4 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-
 
 #include <stdio.h>
@@ -337,3 +336,2 @@
 	printf("       -h   Display this information\n");
 }
-
Index: uspace/app/edit/edit.c
===================================================================
--- uspace/app/edit/edit.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/edit/edit.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -186,5 +186,4 @@
 static void status_display(char const *str);
 
-
 int main(int argc, char *argv[])
 {
Index: uspace/app/fdisk/fdisk.c
===================================================================
--- uspace/app/fdisk/fdisk.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/fdisk/fdisk.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -870,5 +870,4 @@
 		goto error;
 	}
-
 
 	nchoice_destroy(choice);
@@ -1329,5 +1328,4 @@
 }
 
-
 /** @}
  */
Index: uspace/app/fontviewer/fontviewer.c
===================================================================
--- uspace/app/fontviewer/fontviewer.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/fontviewer/fontviewer.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -159,5 +159,4 @@
 }
 
-
 static errno_t draw(void)
 {
Index: uspace/app/mixerctl/mixerctl.c
===================================================================
--- uspace/app/mixerctl/mixerctl.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/mixerctl/mixerctl.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -146,5 +146,4 @@
 		service = argv[1];
 
-
 	service_id_t mixer_sid;
 	errno_t rc = loc_service_get_id(service, &mixer_sid, 0);
Index: uspace/app/mkbd/main.c
===================================================================
--- uspace/app/mkbd/main.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/mkbd/main.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -244,5 +244,4 @@
 	printf("Device path: %s\n", path);
 
-
 	usb_hid_report_t *report = NULL;
 	rc = initialize_report_parser(dev_sess, &report);
Index: uspace/app/mkexfat/exfat.h
===================================================================
--- uspace/app/mkexfat/exfat.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/mkexfat/exfat.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -54,5 +54,4 @@
 #define EXFAT_ATTR_SUBDIR	0x10
 #define EXFAT_ATTR_ARCHIVE	0x20
-
 
 /* All dentry structs should have 31 byte size */
@@ -119,5 +118,4 @@
 } __attribute__((packed)) exfat_name_dentry_t;
 
-
 typedef struct {
 	uint8_t type;
@@ -133,5 +131,4 @@
 } __attribute__((packed)) exfat_dentry_t;
 
-
 typedef enum {
 	EXFAT_DENTRY_SKIP,
@@ -146,5 +143,4 @@
 	EXFAT_DENTRY_NAME
 } exfat_dentry_clsf_t;
-
 
 typedef struct exfat_bs {
Index: uspace/app/mkexfat/mkexfat.c
===================================================================
--- uspace/app/mkexfat/mkexfat.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/mkexfat/mkexfat.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -87,5 +87,4 @@
 /** Index of the first free cluster on the device */
 #define FIRST_FREE_CLUSTER   2
-
 
 typedef struct exfat_cfg {
@@ -878,5 +877,4 @@
 	}
 
-
 	if (cfg.sector_size > 4096) {
 		printf(NAME ": Error, sector size can't be greater"
@@ -1006,3 +1004,2 @@
  * @}
  */
-
Index: uspace/app/mkexfat/upcase.h
===================================================================
--- uspace/app/mkexfat/upcase.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/mkexfat/upcase.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -2961,4 +2961,2 @@
  * @}
  */
-
-
Index: uspace/app/mkfat/mkfat.c
===================================================================
--- uspace/app/mkfat/mkfat.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/mkfat/mkfat.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -522,5 +522,4 @@
 	bs->hidden_sec = host2uint32_t_le(0);
 
-
 	if (cfg->fat_type == FAT32) {
 		bs->sec_per_fat = 0;
Index: uspace/app/mkmfs/mkmfs.c
===================================================================
--- uspace/app/mkmfs/mkmfs.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/mkmfs/mkmfs.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -758,5 +758,4 @@
 }
 
-
 /**
  * @}
Index: uspace/app/modplay/modplay.c
===================================================================
--- uspace/app/modplay/modplay.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/modplay/modplay.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -93,5 +93,4 @@
 	}
 
-
 	format.channels = 1;
 	format.sampling_rate = 44100;
@@ -152,5 +151,4 @@
 }
 
-
 /** @}
  */
Index: uspace/app/netecho/netecho.c
===================================================================
--- uspace/app/netecho/netecho.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/netecho/netecho.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -110,5 +110,4 @@
 }
 
-
 static void print_syntax(void)
 {
Index: uspace/app/nic/nic.c
===================================================================
--- uspace/app/nic/nic.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/nic/nic.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -498,5 +498,4 @@
 	}
 
-
 	printf("Invalid pameter - should be one of: block, default, promisc\n");
 	return EINVAL;
Index: uspace/app/pkg/pkg.c
===================================================================
--- uspace/app/pkg/pkg.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/pkg/pkg.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -100,5 +100,4 @@
 }
 
-
 static errno_t pkg_install(int argc, char *argv[])
 {
@@ -162,5 +161,4 @@
 	}
 
-
 	rc = cmd_runl("/app/untar", "/app/untar", fnunpack, NULL);
 	if (rc != EOK) {
Index: uspace/app/rcutest/rcutest.c
===================================================================
--- uspace/app/rcutest/rcutest.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/rcutest/rcutest.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -51,6 +51,4 @@
 #include <rcu.h>
 
-
-
 #define USECS_PER_SEC (1000 * 1000)
 #define USECS_PER_MS  1000
@@ -72,11 +70,8 @@
 } test_desc_t;
 
-
 typedef struct test_info {
 	size_t thread_cnt;
 	test_desc_t *desc;
 } test_info_t;
-
-
 
 static bool run_all_tests(struct test_info *);
@@ -89,5 +84,4 @@
 static bool wait_for_exiting_reader(struct test_info *);
 static bool seq_test(struct test_info *);
-
 
 static test_desc_t test_desc[] = {
@@ -167,5 +161,4 @@
 }
 
-
 typedef errno_t (*fibril_func_t)(void *);
 
@@ -306,5 +299,4 @@
 	size_t failed;
 } one_reader_info_t;
-
 
 static errno_t sleeping_reader(one_reader_info_t *arg)
@@ -389,5 +381,4 @@
 } two_reader_info_t;
 
-
 static errno_t preexisting_reader(two_reader_info_t *arg)
 {
@@ -550,5 +541,4 @@
 } exit_reader_info_t;
 
-
 static errno_t exiting_locked_reader(exit_reader_info_t *arg)
 {
@@ -579,5 +569,4 @@
 	return 0;
 }
-
 
 static bool wait_for_exiting_reader(test_info_t *test_info)
@@ -614,5 +603,4 @@
 #undef WAIT_STEP_US
 
-
 /*--------------------------------------------------------------------*/
 
@@ -633,5 +621,4 @@
 	int failed;
 } seq_test_info_t;
-
 
 static void signal_seq_fibril_done(seq_test_info_t *arg, size_t *cnt)
@@ -810,5 +797,4 @@
 }
 
-
 static void print_usage(void)
 {
@@ -820,5 +806,4 @@
 	printf("\trcutest sanity-tests\n");
 }
-
 
 static bool parse_cmd_line(int argc, char **argv, test_info_t *info)
@@ -882,5 +867,4 @@
 }
 
-
 /**
  * @}
Index: uspace/app/sbi/src/bigint.c
===================================================================
--- uspace/app/sbi/src/bigint.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/bigint.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -646,5 +646,4 @@
 }
 
-
 /** Allocate bigint of the given length.
  *
Index: uspace/app/sbi/src/builtin/bi_textfile.c
===================================================================
--- uspace/app/sbi/src/builtin/bi_textfile.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/builtin/bi_textfile.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -219,5 +219,4 @@
 }
 
-
 /** Read one line from a text file.
  *
Index: uspace/app/sbi/src/p_type.c
===================================================================
--- uspace/app/sbi/src/p_type.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/p_type.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -256,5 +256,4 @@
 }
 
-
 /** Parse primitive type expression.
  *
Index: uspace/app/sbi/src/parse.c
===================================================================
--- uspace/app/sbi/src/parse.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/parse.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -972,5 +972,4 @@
 }
 
-
 /** Parse member property setter.
  *
@@ -1030,5 +1029,4 @@
 		}
 	}
-
 
 	/* Create setter procedure */
Index: uspace/app/sbi/src/rdata.c
===================================================================
--- uspace/app/sbi/src/rdata.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/rdata.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -736,5 +736,4 @@
 }
 
-
 /** Copy boolean.
  *
Index: uspace/app/sbi/src/rdata_t.h
===================================================================
--- uspace/app/sbi/src/rdata_t.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/rdata_t.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -28,5 +28,4 @@
 
 /** @file Run-time data representation. */
-
 
 #ifndef RDATA_T_H_
Index: uspace/app/sbi/src/run.c
===================================================================
--- uspace/app/sbi/src/run.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/run.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -809,5 +809,4 @@
 }
 
-
 /** Check for unhandled exception.
  *
@@ -1171,5 +1170,4 @@
 	run_proc_ar_delete(proc_ar);
 }
-
 
 /** Fill arguments in a procedure AR.
Index: uspace/app/sbi/src/run.h
===================================================================
--- uspace/app/sbi/src/run.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/run.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -86,4 +86,3 @@
 void run_block_ar_destroy(run_t *run, run_block_ar_t *block_ar);
 
-
 #endif
Index: uspace/app/sbi/src/run_expr.c
===================================================================
--- uspace/app/sbi/src/run_expr.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/run_expr.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -1356,5 +1356,4 @@
 }
 
-
 /** Evaluate @c new operation.
  *
Index: uspace/app/sbi/src/run_expr.h
===================================================================
--- uspace/app/sbi/src/run_expr.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/run_expr.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,4 +42,3 @@
 bool_t run_item_boolean_value(run_t *run, rdata_item_t *item);
 
-
 #endif
Index: uspace/app/sbi/src/run_t.h
===================================================================
--- uspace/app/sbi/src/run_t.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/run_t.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,5 +43,4 @@
 	intmap_t vars; /* of rdata_var_t */
 } run_block_ar_t;
-
 
 /** Procedure activation record
Index: uspace/app/sbi/src/stype.c
===================================================================
--- uspace/app/sbi/src/stype.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/stype.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -1688,5 +1688,4 @@
 }
 
-
 /** Convert expression of variable type to variable type.
  *
@@ -1976,5 +1975,4 @@
 }
 
-
 /** Determine if two type signatures are equal.
  *
Index: uspace/app/sbi/src/stype_expr.c
===================================================================
--- uspace/app/sbi/src/stype_expr.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/stype_expr.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -130,5 +130,4 @@
 static void stype_box(stype_t *stype, stree_box_t *box, tdata_item_t **rtitem);
 
-
 /** Type expression
  *
@@ -1392,5 +1391,4 @@
 }
 
-
 /** Type a call operation.
  *
Index: uspace/app/sbi/src/symbol.c
===================================================================
--- uspace/app/sbi/src/symbol.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/symbol.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -506,5 +506,4 @@
 }
 
-
 /** Convert symbol to function (base to derived).
  *
@@ -610,5 +609,4 @@
 }
 
-
 /** Convert property to symbol (derived to base).
  *
Index: uspace/app/sbi/src/tdata.c
===================================================================
--- uspace/app/sbi/src/tdata.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sbi/src/tdata.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -450,5 +450,4 @@
 }
 
-
 /** Print type item.
  *
Index: uspace/app/sportdmp/sportdmp.c
===================================================================
--- uspace/app/sportdmp/sportdmp.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/sportdmp/sportdmp.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -114,5 +114,4 @@
 	}
 
-
 	async_sess_t *sess = loc_service_connect(svc_id, INTERFACE_DDF,
 	    IPC_FLAG_BLOCKING);
@@ -164,3 +163,2 @@
 	return 0;
 }
-
Index: uspace/app/tester/mm/common.c
===================================================================
--- uspace/app/tester/mm/common.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/tester/mm/common.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -178,5 +178,4 @@
 }
 
-
 /** Allocate block
  *
Index: uspace/app/tester/print/print6.c
===================================================================
--- uspace/app/tester/print/print6.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/tester/print/print6.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -210,3 +210,2 @@
 	}
 }
-
Index: uspace/app/tester/util.c
===================================================================
--- uspace/app/tester/util.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/tester/util.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -49,5 +49,4 @@
 #include "util_functions.def"
 
-
 /** @}
  */
Index: uspace/app/testread/testread.c
===================================================================
--- uspace/app/testread/testread.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/testread/testread.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -188,5 +188,4 @@
 }
 
-
 static void syntax_print(void)
 {
Index: uspace/app/tetris/screen.c
===================================================================
--- uspace/app/tetris/screen.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/tetris/screen.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -79,5 +79,4 @@
 console_ctrl_t *console;
 
-
 /*
  * putstr() is for unpadded strings (either as in termcap(5) or
Index: uspace/app/trace/ipcp.c
===================================================================
--- uspace/app/trace/ipcp.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/trace/ipcp.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -72,5 +72,4 @@
 proto_t	*proto_unknown;		/**< Protocol with no known methods. */
 
-
 static size_t pending_call_key_hash(void *key)
 {
@@ -101,5 +100,4 @@
 };
 
-
 void ipcp_connection_set(cap_phone_handle_t phone, int server, proto_t *proto)
 {
@@ -201,5 +199,4 @@
 		    args[1], args[2], args[3], args[4], args[5]);
 	}
-
 
 	if ((display_mask & DM_USER) != 0) {
Index: uspace/app/trace/proto.c
===================================================================
--- uspace/app/trace/proto.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/trace/proto.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -40,5 +40,4 @@
 #include "proto.h"
 
-
 /* Maps service number to protocol */
 static hash_table_t srv_proto;
@@ -83,5 +82,4 @@
 };
 
-
 static size_t method_oper_key_hash(void *key)
 {
@@ -109,5 +107,4 @@
 };
 
-
 void proto_init(void)
 {
Index: uspace/app/trace/proto.h
===================================================================
--- uspace/app/trace/proto.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/trace/proto.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -62,5 +62,4 @@
 } proto_t;
 
-
 extern void proto_init(void);
 extern void proto_cleanup(void);
Index: uspace/app/trace/trace.c
===================================================================
--- uspace/app/trace/trace.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/trace/trace.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -142,5 +142,4 @@
 }
 
-
 static errno_t connect_task(task_id_t task_id)
 {
@@ -272,5 +271,4 @@
 	}
 }
-
 
 static void print_sc_retval(sysarg_t retval, val_type_t val_type)
Index: uspace/app/usbinfo/dump.c
===================================================================
--- uspace/app/usbinfo/dump.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/usbinfo/dump.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/usbinfo/hid.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/usbinfo/info.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/usbinfo/list.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -158,5 +158,4 @@
 }
 
-
 /** @}
  */
Index: uspace/app/usbinfo/main.c
===================================================================
--- uspace/app/usbinfo/main.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/usbinfo/main.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -232,5 +232,4 @@
 }
 
-
 /** @}
  */
Index: uspace/app/usbinfo/usbinfo.h
===================================================================
--- uspace/app/usbinfo/usbinfo.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/usbinfo/usbinfo.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,5 +47,4 @@
 } usbinfo_action_t;
 
-
 #define NAME "usbinfo"
 
Index: uspace/app/viewer/viewer.c
===================================================================
--- uspace/app/viewer/viewer.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/viewer/viewer.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -227,5 +227,4 @@
 	}
 
-
 	if (!img_setup(lsface)) {
 		printf("Cannot setup image \"%s\".\n", imgs[imgs_current]);
Index: uspace/app/vuhid/device.c
===================================================================
--- uspace/app/vuhid/device.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/vuhid/device.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -92,5 +92,4 @@
 }
 
-
 static vuhid_interface_t *find_interface_by_id(vuhid_interface_t **ifaces,
     const char *id)
Index: uspace/app/vuhid/hids/logitech_wireless.c
===================================================================
--- uspace/app/vuhid/hids/logitech_wireless.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/vuhid/hids/logitech_wireless.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -69,5 +69,4 @@
 };
 
-
 vuhid_interface_t vuhid_interface_logitech_wireless_1 = {
 	.id = "lw1",
Index: uspace/app/vuhid/ifaces.c
===================================================================
--- uspace/app/vuhid/ifaces.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/vuhid/ifaces.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -46,5 +46,4 @@
 };
 
-
 /** @}
  */
Index: uspace/app/vuhid/items.h
===================================================================
--- uspace/app/vuhid/items.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/vuhid/items.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -45,6 +45,4 @@
 #define ITEM_LOCAL 2
 
-
-
 /* Item tags. */
 
@@ -68,5 +66,4 @@
 #define TAG_USAGE_MAXIMUM 2
 
-
 /* Bits for Input, Output and Feature items. */
 #define _IOF(value, shift) ((value) << (shift))
@@ -82,5 +79,4 @@
 #define COLLECTION_PHYSICAL 0x00
 #define COLLECTION_APPLICATION 0x01
-
 
 /** Creates item prefix.
@@ -107,5 +103,4 @@
 	BUILD_ITEM_PREFIX(1, type, tag), data
 
-
 #endif
 /**
Index: uspace/app/vuhid/life.c
===================================================================
--- uspace/app/vuhid/life.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/vuhid/life.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -38,5 +38,4 @@
 #include "virthid.h"
 
-
 void interface_life_live(vuhid_interface_t *iface)
 {
@@ -53,6 +52,4 @@
 	usb_log_debug("%s", data->msg_die);
 }
-
-
 
 errno_t interface_live_on_data_in(vuhid_interface_t *iface,
Index: uspace/app/vuhid/main.c
===================================================================
--- uspace/app/vuhid/main.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/vuhid/main.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -132,5 +132,4 @@
 };
 
-
 /** Keyboard device.
  * Rest of the items will be initialized later.
@@ -142,5 +141,4 @@
 	.device_data = &vuhid_data
 };
-
 
 static struct option long_options[] = {
@@ -206,5 +204,4 @@
 	}
 
-
 	log_init("vuhid");
 
@@ -250,5 +247,4 @@
 }
 
-
 /** @}
  */
Index: uspace/app/vuhid/report.h
===================================================================
--- uspace/app/vuhid/report.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/vuhid/report.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -54,5 +54,4 @@
 	ITEM_CREATE0(ITEM_MAIN, TAG_END_COLLECTION)
 
-
 #define USAGE_MINIMUM1(value) \
 	ITEM_CREATE1(ITEM_LOCAL, TAG_USAGE_MINIMUM, value)
@@ -79,5 +78,4 @@
 	ITEM_CREATE1(ITEM_MAIN, TAG_OUTPUT, modifiers)
 
-
 #endif
 /**
Index: uspace/app/vuhid/stdreq.c
===================================================================
--- uspace/app/vuhid/stdreq.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/vuhid/stdreq.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -114,6 +114,4 @@
 }
 
-
-
 /** @}
  */
Index: uspace/app/vuhid/virthid.h
===================================================================
--- uspace/app/vuhid/virthid.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/vuhid/virthid.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -120,5 +120,4 @@
 errno_t interface_live_on_data_in(vuhid_interface_t *, void *, size_t, size_t *);
 
-
 #endif
 /**
Index: uspace/app/wavplay/dplay.h
===================================================================
--- uspace/app/wavplay/dplay.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/wavplay/dplay.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -41,3 +41,2 @@
  * @}
  */
-
Index: uspace/app/wavplay/drec.c
===================================================================
--- uspace/app/wavplay/drec.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/wavplay/drec.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -46,5 +46,4 @@
 #include "wave.h"
 #include "drec.h"
-
 
 #define BUFFER_PARTS   16
Index: uspace/app/wavplay/drec.h
===================================================================
--- uspace/app/wavplay/drec.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/wavplay/drec.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -41,3 +41,2 @@
  * @}
  */
-
Index: uspace/app/wavplay/wave.c
===================================================================
--- uspace/app/wavplay/wave.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/wavplay/wave.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -103,5 +103,4 @@
 	}
 
-
 	//TODO data and data_size are incorrect in extended wav formats
 	//pcm params are OK
Index: uspace/app/websrv/websrv.c
===================================================================
--- uspace/app/websrv/websrv.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/app/websrv/websrv.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -133,5 +133,4 @@
     "</html>\r\n";
 
-
 static errno_t recv_create(tcp_conn_t *conn, recv_t **rrecv)
 {
Index: uspace/dist/src/c/demos/edit/edit.c
===================================================================
--- uspace/dist/src/c/demos/edit/edit.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/dist/src/c/demos/edit/edit.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -186,5 +186,4 @@
 static void status_display(char const *str);
 
-
 int main(int argc, char *argv[])
 {
Index: uspace/dist/src/c/demos/hello/hello.c
===================================================================
--- uspace/dist/src/c/demos/hello/hello.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/dist/src/c/demos/hello/hello.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -15,3 +15,2 @@
 	return 0;
 }
-
Index: uspace/dist/src/c/demos/tetris/screen.c
===================================================================
--- uspace/dist/src/c/demos/tetris/screen.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/dist/src/c/demos/tetris/screen.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -80,5 +80,4 @@
 console_ctrl_t *console;
 
-
 /*
  * putstr() is for unpadded strings (either as in termcap(5) or
Index: uspace/doc/doxygroups.h
===================================================================
--- uspace/doc/doxygroups.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/doc/doxygroups.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -1,3 +1,2 @@
-
 /* Definitions of modules and its relations for generating Doxygen documentation */
 
@@ -27,5 +26,4 @@
  * @ingroup uspace
  */
-
 
 /*
Index: uspace/drv/audio/hdaudio/hdactl.c
===================================================================
--- uspace/drv/audio/hdaudio/hdactl.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ 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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/drv/time/cmos-rtc/cmos-regs.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -55,5 +55,4 @@
 #endif
 
-
 /**
  * @}
Index: uspace/lib/bithenge/include/bithenge/os.h
===================================================================
--- uspace/lib/bithenge/include/bithenge/os.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/bithenge/include/bithenge/os.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -31,5 +31,4 @@
 #define BITHENGE_OS_H_
 
-
 #ifdef __HELENOS__
 #include <stdint.h>
Index: uspace/lib/bithenge/src/blob.c
===================================================================
--- uspace/lib/bithenge/src/blob.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/bithenge/src/blob.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -291,6 +291,4 @@
 }
 
-
-
 typedef struct {
 	bithenge_blob_t base;
Index: uspace/lib/bithenge/src/compound.c
===================================================================
--- uspace/lib/bithenge/src/compound.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/bithenge/src/compound.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,6 +42,4 @@
 #include "common.h"
 
-
-
 /***************** compose_transform                         *****************/
 
@@ -150,6 +148,4 @@
 }
 
-
-
 /***************** if_transform                              *****************/
 
@@ -264,6 +260,4 @@
 }
 
-
-
 /***************** partial_transform                         *****************/
 
Index: uspace/lib/bithenge/src/expression.c
===================================================================
--- uspace/lib/bithenge/src/expression.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/bithenge/src/expression.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -67,6 +67,4 @@
 }
 
-
-
 /***************** binary_expression                         *****************/
 
@@ -283,6 +281,4 @@
 }
 
-
-
 /***************** in_node_expression                        *****************/
 
@@ -320,6 +316,4 @@
 }
 
-
-
 /***************** current_node_expression                   *****************/
 
@@ -352,6 +346,4 @@
 	return EOK;
 }
-
-
 
 /***************** param_expression                          *****************/
@@ -416,6 +408,4 @@
 }
 
-
-
 /***************** const_expression                          *****************/
 
@@ -487,6 +477,4 @@
 	return rc;
 }
-
-
 
 /***************** scope_member_expression                   *****************/
@@ -570,6 +558,4 @@
 	return rc;
 }
-
-
 
 /***************** subblob_expression                        *****************/
@@ -857,6 +843,4 @@
 }
 
-
-
 /***************** expression_transform           *****************/
 
@@ -937,6 +921,4 @@
 }
 
-
-
 /***************** inputless_transform            *****************/
 
@@ -994,6 +976,4 @@
 	return rc;
 }
-
-
 
 /***************** concat_blob                    *****************/
Index: uspace/lib/bithenge/src/failure.h
===================================================================
--- uspace/lib/bithenge/src/failure.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/bithenge/src/failure.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -71,3 +71,2 @@
 
 /** @endcond */
-
Index: uspace/lib/bithenge/src/script.c
===================================================================
--- uspace/lib/bithenge/src/script.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/bithenge/src/script.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -450,6 +450,4 @@
 static bithenge_expression_t *parse_expression(state_t *state);
 
-
-
 /***************** Expressions                               *****************/
 
@@ -765,6 +763,4 @@
 	return parse_expression_precedence(state, PRECEDENCE_NONE);
 }
-
-
 
 /* state->token must be TOKEN_IDENTIFIER when this is called. */
Index: uspace/lib/bithenge/src/sequence.c
===================================================================
--- uspace/lib/bithenge/src/sequence.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/bithenge/src/sequence.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,6 +42,4 @@
 #include "common.h"
 
-
-
 /***************** seq_node                                  *****************/
 
@@ -274,6 +272,4 @@
 	return EOK;
 }
-
-
 
 /***************** bithenge_new_struct                       *****************/
@@ -630,6 +626,4 @@
 }
 
-
-
 /***************** bithenge_repeat_transform                 *****************/
 
@@ -911,6 +905,4 @@
 }
 
-
-
 /***************** bithenge_do_while_transform               *****************/
 
Index: uspace/lib/bithenge/src/transform.c
===================================================================
--- uspace/lib/bithenge/src/transform.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/bithenge/src/transform.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -44,6 +44,4 @@
 #include "common.h"
 
-
-
 /***************** transform                                 *****************/
 
@@ -181,6 +179,4 @@
 	return rc;
 }
-
-
 
 /***************** scope                                     *****************/
@@ -433,6 +429,4 @@
 }
 
-
-
 /***************** barrier_transform                         *****************/
 
@@ -567,6 +561,4 @@
 }
 
-
-
 /***************** ascii                                     *****************/
 
@@ -612,6 +604,4 @@
 };
 
-
-
 /***************** bit                                       *****************/
 
@@ -641,6 +631,4 @@
 	&bit_ops, 1, 0
 };
-
-
 
 /***************** bits_be, bits_le                          *****************/
@@ -775,6 +763,4 @@
 };
 
-
-
 /***************** invalid                                   *****************/
 
@@ -794,6 +780,4 @@
 	&invalid_ops, 1, 0
 };
-
-
 
 /***************** known_length                              *****************/
@@ -950,6 +934,4 @@
 /** @endcond */
 
-
-
 /***************** uint_be, uint_le                          *****************/
 
@@ -1021,6 +1003,4 @@
 	&uint_xe_ops, 1, 1
 };
-
-
 
 /***************** zero_terminated                           *****************/
Index: uspace/lib/block/block.c
===================================================================
--- uspace/lib/block/block.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/block/block.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -64,5 +64,4 @@
 static LIST_INITIALIZE(dcl);
 
-
 typedef struct {
 	fibril_mutex_t lock;
@@ -261,5 +260,4 @@
 }
 
-
 static hash_table_ops_t cache_ops = {
 	.hash = cache_hash,
@@ -409,5 +407,4 @@
 		return EIO;
 	}
-
 
 retry:
Index: uspace/lib/c/arch/amd64/include/libarch/fibril_context.h
===================================================================
--- uspace/lib/c/arch/amd64/include/libarch/fibril_context.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/amd64/include/libarch/fibril_context.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -63,3 +63,2 @@
 #endif
 #endif
-
Index: uspace/lib/c/arch/arm32/include/libarch/fibril.h
===================================================================
--- uspace/lib/c/arch/arm32/include/libarch/fibril.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/arm32/include/libarch/fibril.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -49,5 +49,4 @@
 #define SP_DELTA  (0 + ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT))
 
-
 /** Sets data to the context.
  *
Index: uspace/lib/c/arch/arm32/include/libarch/stackarg.h
===================================================================
--- uspace/lib/c/arch/arm32/include/libarch/stackarg.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/arm32/include/libarch/stackarg.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -41,3 +41,2 @@
 /** @}
  */
-
Index: uspace/lib/c/arch/arm32/src/atomic.c
===================================================================
--- uspace/lib/c/arch/arm32/src/atomic.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/arm32/src/atomic.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -181,3 +181,2 @@
 	return old_val;
 }
-
Index: uspace/lib/c/arch/arm32/src/syscall.c
===================================================================
--- uspace/lib/c/arch/arm32/src/syscall.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/arm32/src/syscall.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -35,5 +35,4 @@
 
 #include <libc.h>
-
 
 /** Syscall routine.
Index: uspace/lib/c/arch/ia32/include/libarch/fibril_context.h
===================================================================
--- uspace/lib/c/arch/ia32/include/libarch/fibril_context.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/ia32/include/libarch/fibril_context.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -56,3 +56,2 @@
 #endif
 #endif
-
Index: uspace/lib/c/arch/ia32/src/rtld/reloc.c
===================================================================
--- uspace/lib/c/arch/ia32/src/rtld/reloc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/ia32/src/rtld/reloc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -51,5 +51,4 @@
 }
 
-
 /**
  * Process (fixup) all relocations in a relocation table.
Index: uspace/lib/c/arch/ia64/include/libarch/fibril_context.h
===================================================================
--- uspace/lib/c/arch/ia64/include/libarch/fibril_context.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/ia64/include/libarch/fibril_context.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -135,3 +135,2 @@
 #endif  /* __ASSEMBLER__ */
 #endif
-
Index: uspace/lib/c/arch/ia64/include/libarch/stackarg.h
===================================================================
--- uspace/lib/c/arch/ia64/include/libarch/stackarg.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/ia64/include/libarch/stackarg.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -38,6 +38,4 @@
 #endif
 
-
 /** @}
  */
-
Index: uspace/lib/c/arch/mips32/include/libarch/fibril_context.h
===================================================================
--- uspace/lib/c/arch/mips32/include/libarch/fibril_context.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/mips32/include/libarch/fibril_context.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -91,3 +91,2 @@
 #endif
 #endif
-
Index: uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h
===================================================================
--- uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -88,3 +88,2 @@
 #endif
 #endif
-
Index: uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h
===================================================================
--- uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -113,3 +113,2 @@
 #endif
 #endif
-
Index: uspace/lib/c/arch/sparc64/include/libarch/ddi.h
===================================================================
--- uspace/lib/c/arch/sparc64/include/libarch/ddi.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/sparc64/include/libarch/ddi.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -61,5 +61,4 @@
 }
 
-
 static inline uint8_t arch_pio_read_8(const ioport8_t *port)
 {
Index: uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h
===================================================================
--- uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -80,3 +80,2 @@
 #endif
 #endif
-
Index: uspace/lib/c/generic/adt/hash_table.c
===================================================================
--- uspace/lib/c/generic/adt/hash_table.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/adt/hash_table.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -60,5 +60,4 @@
 #define HT_MAX_LOAD     2
 
-
 static size_t round_up_size(size_t);
 static bool alloc_table(size_t, list_t **);
@@ -73,5 +72,4 @@
 	/* no-op */
 }
-
 
 /** Create chained hash table.
@@ -205,5 +203,4 @@
 }
 
-
 /** Insert item into a hash table if not already present.
  *
@@ -413,5 +410,4 @@
 }
 
-
 /** Shrinks the table if the table is only sparely populated. */
 static inline void shrink_if_needed(hash_table_t *h)
@@ -473,5 +469,4 @@
 }
 
-
 /** @}
  */
Index: uspace/lib/c/generic/adt/odict.c
===================================================================
--- uspace/lib/c/generic/adt/odict.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/adt/odict.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -265,5 +265,4 @@
 		}
 	}
-
 
 	odlink->color = odc_red;
Index: uspace/lib/c/generic/crt/entry.c
===================================================================
--- uspace/lib/c/generic/crt/entry.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/crt/entry.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -66,3 +66,2 @@
 	__libc_main(pcb);
 }
-
Index: uspace/lib/c/generic/ddi.c
===================================================================
--- uspace/lib/c/generic/ddi.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/ddi.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -48,5 +48,4 @@
 #include <libarch/config.h>
 #include "private/libc.h"
-
 
 /** Map a piece of physical memory to task.
Index: uspace/lib/c/generic/device/clock_dev.c
===================================================================
--- uspace/lib/c/generic/device/clock_dev.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/device/clock_dev.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -103,3 +103,2 @@
 /** @}
  */
-
Index: uspace/lib/c/generic/device/pio_window.c
===================================================================
--- uspace/lib/c/generic/device/pio_window.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/device/pio_window.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -60,3 +60,2 @@
 /** @}
  */
-
Index: uspace/lib/c/generic/double_to_str.c
===================================================================
--- uspace/lib/c/generic/double_to_str.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/double_to_str.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -52,5 +52,4 @@
 static const int gamma = -32;
 
-
 /** Returns true if the most-significant bit of num.significand is set. */
 static bool is_normalized(fp_num_t num)
@@ -80,5 +79,4 @@
 	return num;
 }
-
 
 /** Returns x * y with an error of less than 0.5 ulp. */
@@ -130,5 +128,4 @@
 }
 
-
 /** Returns a - b. Both must have the same exponent. */
 static fp_num_t subtract(fp_num_t a, fp_num_t b)
@@ -144,5 +141,4 @@
 	return result;
 }
-
 
 /** Returns the interval [low, high] of numbers that convert to binary val. */
@@ -248,5 +244,4 @@
 	*scaled_upper_bound = upper_scaled;
 }
-
 
 /** Rounds the last digit of buf so that it is closest to the converted number.*/
@@ -299,5 +294,4 @@
 }
 
-
 /** Generates the shortest accurate decimal string representation.
  *
@@ -478,5 +472,4 @@
 }
 
-
 /** Converts a non-special double into its shortest accurate string
  *  representation.
@@ -698,5 +691,4 @@
 	}
 }
-
 
 /** Converts a non-special double into its string representation.
@@ -792,3 +784,2 @@
 	return len;
 }
-
Index: uspace/lib/c/generic/elf/elf.c
===================================================================
--- uspace/lib/c/generic/elf/elf.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/elf/elf.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -111,3 +111,2 @@
 /** @}
  */
-
Index: uspace/lib/c/generic/getopt.c
===================================================================
--- uspace/lib/c/generic/getopt.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/getopt.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -53,5 +53,4 @@
 char	*optarg;		/* argument associated with option */
 
-
 #define IGNORE_FIRST	(*options == '-' || *options == '+')
 #define PRINT_ERROR	((opterr) && ((*options != ':') \
@@ -95,5 +94,4 @@
 static const char illoptchar[] = "unknown option -- %c\n";
 static const char illoptstring[] = "unknown option -- %s\n";
-
 
 /*
@@ -461,3 +459,2 @@
 #undef IDENTICAL_INTERPRETATION
 }
-
Index: uspace/lib/c/generic/ieee_double.c
===================================================================
--- uspace/lib/c/generic/ieee_double.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/ieee_double.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -113,3 +113,2 @@
 	return ret;
 }
-
Index: uspace/lib/c/generic/inet/host.c
===================================================================
--- uspace/lib/c/generic/inet/host.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/inet/host.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -75,5 +75,4 @@
 		goto have_host;
 	}
-
 
 	/* Try <hostname> */
Index: uspace/lib/c/generic/io/io.c
===================================================================
--- uspace/lib/c/generic/io/io.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/io/io.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -421,5 +421,4 @@
 }
 
-
 static int _fclose_nofree(FILE *stream)
 {
@@ -651,5 +650,4 @@
 	return (total_read / size);
 }
-
 
 /** Write to a stream.
Index: uspace/lib/c/generic/io/printf_core.c
===================================================================
--- uspace/lib/c/generic/io/printf_core.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/io/printf_core.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -49,5 +49,4 @@
 #include <wchar.h>
 
-
 /** show prefixes 0x or 0 */
 #define __PRINTF_FLAG_PREFIX       0x00000001
@@ -79,5 +78,4 @@
 /** don't print trailing zeros in the fractional part */
 #define __PRINTF_FLAG_NOFRACZEROS  0x00000200
-
 
 /**
@@ -125,6 +123,4 @@
 static const char invalch = U_SPECIAL;
 
-
-
 /** Unformatted double number string representation. */
 typedef struct {
@@ -139,6 +135,4 @@
 } double_str_t;
 
-
-
 /** Returns the sign character or 0 if no sign should be printed. */
 static int get_sign_char(bool negative, uint32_t flags)
@@ -166,5 +160,4 @@
 	return count;
 }
-
 
 /** Print one or more characters without adding newline.
@@ -634,5 +627,4 @@
 	counter += ret;
 
-
 	/* Trailing padding. */
 	if (flags & __PRINTF_FLAG_LEFTALIGNED) {
@@ -698,5 +690,4 @@
 }
 
-
 /** Format and print the double string repressentation according
  *  to the %f specifier.
@@ -825,5 +816,4 @@
 	return counter;
 }
-
 
 /** Convert, format and print a double according to the %f specifier.
@@ -934,5 +924,4 @@
 }
 
-
 /** Format and print the double string repressentation according
  *  to the %e specifier.
@@ -1038,5 +1027,4 @@
 	return counter;
 }
-
 
 /** Convert, format and print a double according to the %e specifier.
@@ -1113,5 +1101,4 @@
 }
 
-
 /** Convert, format and print a double according to the %g specifier.
  *
@@ -1193,5 +1180,4 @@
 	}
 }
-
 
 /** Convert, format and print a double according to the specifier.
Index: uspace/lib/c/generic/loader.c
===================================================================
--- uspace/lib/c/generic/loader.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/loader.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -207,5 +207,4 @@
 }
 
-
 /** Set command-line arguments for the program.
  *
Index: uspace/lib/c/generic/loc.c
===================================================================
--- uspace/lib/c/generic/loc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/loc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -86,5 +86,4 @@
 }
 
-
 static void clone_session(fibril_mutex_t *mtx, async_sess_t *src,
     async_sess_t **dst)
@@ -546,5 +545,4 @@
 	return retval;
 }
-
 
 loc_object_type_t loc_id_probe(service_id_t handle)
Index: uspace/lib/c/generic/ns.c
===================================================================
--- uspace/lib/c/generic/ns.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/ns.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -155,5 +155,4 @@
 }
 
-
 errno_t ns_ping(void)
 {
Index: uspace/lib/c/generic/pio_trace.c
===================================================================
--- uspace/lib/c/generic/pio_trace.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/pio_trace.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -40,5 +40,4 @@
 #include <ddi.h>
 #include <str.h>
-
 
 typedef struct {
@@ -90,5 +89,4 @@
 }
 
-
 void pio_trace_log(const volatile void *r, uint64_t val, bool write)
 {
Index: uspace/lib/c/generic/power_of_ten.c
===================================================================
--- uspace/lib/c/generic/power_of_ten.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/power_of_ten.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -143,5 +143,4 @@
 };
 
-
 /**
  * Returns the smallest precomputed power of 10 such that
@@ -185,3 +184,2 @@
 	assert(false);
 }
-
Index: uspace/lib/c/generic/private/fibril.h
===================================================================
--- uspace/lib/c/generic/private/fibril.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/private/fibril.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -131,4 +131,3 @@
 extern void fibril_rmutex_unlock(fibril_rmutex_t *);
 
-
 #endif
Index: uspace/lib/c/generic/rtld/module.c
===================================================================
--- uspace/lib/c/generic/rtld/module.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/rtld/module.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -204,5 +204,4 @@
 	str_cpy(name_buf + 5, NAME_BUF_SIZE - 5, name);
 
-
 	DPRINTF("filename:'%s'\n", name_buf);
 
Index: uspace/lib/c/generic/rtld/symbol.c
===================================================================
--- uspace/lib/c/generic/rtld/symbol.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/rtld/symbol.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -182,5 +182,4 @@
 	return sym; /* Symbol found */
 }
-
 
 /** Find the definition of a symbol.
Index: uspace/lib/c/generic/stdio.c
===================================================================
--- uspace/lib/c/generic/stdio.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/stdio.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -172,5 +172,4 @@
 }
 
-
 /** @}
  */
Index: uspace/lib/c/generic/str.c
===================================================================
--- uspace/lib/c/generic/str.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/str.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -1016,5 +1016,4 @@
 }
 
-
 /** Convert wide string to new string.
  *
@@ -1064,5 +1063,4 @@
 	return str;
 }
-
 
 /** Convert string to wide string.
@@ -1293,5 +1291,4 @@
 	return true;
 }
-
 
 /** Duplicate string.
Index: uspace/lib/c/generic/thread/fibril.c
===================================================================
--- uspace/lib/c/generic/thread/fibril.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/thread/fibril.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -283,5 +283,4 @@
 	 */
 
-
 	if (!locked)
 		futex_lock(&fibril_futex);
@@ -330,5 +329,4 @@
 
 	futex_lock(&ipc_lists_futex);
-
 
 	_ipc_waiter_t *w = list_pop(&ipc_waiter_list, _ipc_waiter_t, link);
Index: uspace/lib/c/generic/thread/fibril_synch.c
===================================================================
--- uspace/lib/c/generic/thread/fibril_synch.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/thread/fibril_synch.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -126,5 +126,4 @@
 	}
 }
-
 
 static void check_fibril_for_deadlock(fibril_owner_info_t *oi, fibril_t *fib)
Index: uspace/lib/c/generic/thread/mpsc.c
===================================================================
--- uspace/lib/c/generic/thread/mpsc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/thread/mpsc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -181,3 +181,2 @@
 	_mpsc_push(q, q->close_node);
 }
-
Index: uspace/lib/c/generic/thread/rcu.c
===================================================================
--- uspace/lib/c/generic/thread/rcu.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/thread/rcu.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -81,5 +81,4 @@
 #include "../private/fibril.h"
 
-
 /** RCU sleeps for RCU_SLEEP_MS before polling an active RCU reader again. */
 #define RCU_SLEEP_MS        10
@@ -90,5 +89,4 @@
 #define RCU_GROUP_A         (size_t)(0 | RCU_NESTING_INC)
 #define RCU_GROUP_B         (size_t)(1 | RCU_NESTING_INC)
-
 
 /** Fibril local RCU data. */
@@ -118,5 +116,4 @@
 } blocked_fibril_t;
 
-
 /** Fibril local RCU data. */
 static fibril_local fibril_rcu_data_t fibril_rcu = {
@@ -142,5 +139,4 @@
 };
 
-
 static void wait_for_readers(size_t reader_group);
 static void force_mb_in_all_threads(void);
@@ -154,5 +150,4 @@
 static bool is_in_reader_section(size_t nesting_cnt);
 static size_t get_other_group(size_t group);
-
 
 /** Registers a fibril so it may start using RCU read sections.
@@ -409,5 +404,4 @@
 }
 
-
 static bool is_preexisting_reader(const fibril_rcu_data_t *fib, size_t group)
 {
@@ -435,6 +429,4 @@
 }
 
-
-
 /** @}
  */
Index: uspace/lib/c/generic/time.c
===================================================================
--- uspace/lib/c/generic/time.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/time.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -380,5 +380,4 @@
 }
 
-
 /** Which day the week-based year starts on.
  *
Index: uspace/lib/c/generic/ubsan.c
===================================================================
--- uspace/lib/c/generic/ubsan.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/ubsan.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -228,3 +228,2 @@
 	ubsan_panic();
 }
-
Index: uspace/lib/c/generic/uuid.c
===================================================================
--- uspace/lib/c/generic/uuid.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/uuid.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -181,5 +181,4 @@
 }
 
-
 /** @}
  */
Index: uspace/lib/c/generic/vbd.c
===================================================================
--- uspace/lib/c/generic/vbd.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/vbd.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -358,5 +358,4 @@
 }
 
-
 /** @}
  */
Index: uspace/lib/c/generic/vfs/vfs.c
===================================================================
--- uspace/lib/c/generic/vfs/vfs.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/generic/vfs/vfs.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -397,5 +397,4 @@
 }
 
-
 /** Return a list of currently available file system types
  *
@@ -746,5 +745,4 @@
 }
 
-
 /** Open a file handle for I/O
  *
Index: uspace/lib/c/include/align.h
===================================================================
--- uspace/lib/c/include/align.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/align.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,5 +43,4 @@
 #define ALIGN_DOWN(s, a)	((s) & ~((a) - 1))
 
-
 /** Align to the nearest higher address which is a power of two.
  *
Index: uspace/lib/c/include/context.h
===================================================================
--- uspace/lib/c/include/context.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/context.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,3 +47,2 @@
 
 #endif
-
Index: uspace/lib/c/include/device/clock_dev.h
===================================================================
--- uspace/lib/c/include/device/clock_dev.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/device/clock_dev.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -48,3 +48,2 @@
 
 #endif
-
Index: uspace/lib/c/include/device/hw_res_parsed.h
===================================================================
--- uspace/lib/c/include/device/hw_res_parsed.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/device/hw_res_parsed.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -45,5 +45,4 @@
 /** Keep duplicit entries */
 #define HW_RES_KEEP_DUPLICIT   0x2
-
 
 #define RNGABS(rng)	(rng).address.absolute
Index: uspace/lib/c/include/fenv.h
===================================================================
--- uspace/lib/c/include/fenv.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/fenv.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -40,3 +40,2 @@
 
 #endif
-
Index: uspace/lib/c/include/float.h
===================================================================
--- uspace/lib/c/include/float.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/float.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,3 +42,2 @@
 
 #endif
-
Index: uspace/lib/c/include/inet/tcp.h
===================================================================
--- uspace/lib/c/include/inet/tcp.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/inet/tcp.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -118,5 +118,4 @@
 extern errno_t tcp_conn_recv_wait(tcp_conn_t *, void *, size_t, size_t *);
 
-
 #endif
 
Index: uspace/lib/c/include/io/label.h
===================================================================
--- uspace/lib/c/include/io/label.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/io/label.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -41,5 +41,4 @@
 extern int label_pkind_format(label_pkind_t, char **);
 
-
 #endif
 
Index: uspace/lib/c/include/io/pixelmap.h
===================================================================
--- uspace/lib/c/include/io/pixelmap.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/io/pixelmap.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -146,5 +146,4 @@
 }
 
-
 #endif
 
Index: uspace/lib/c/include/ipc/dev_iface.h
===================================================================
--- uspace/lib/c/include/ipc/dev_iface.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/ipc/dev_iface.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -96,4 +96,3 @@
 #define DEV_IPC_GET_ARG4(call) IPC_GET_ARG5((call))
 
-
 #endif
Index: uspace/lib/c/include/ipc/vfs.h
===================================================================
--- uspace/lib/c/include/ipc/vfs.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/ipc/vfs.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -145,5 +145,4 @@
 #define L_MP			8
 
-
 /**
  * When used with L_CREATE, L_EXCLUSIVE will cause the lookup to fail if the
Index: uspace/lib/c/include/math.h
===================================================================
--- uspace/lib/c/include/math.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/math.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -132,5 +132,4 @@
 
 #endif  /* defined(__GNUC__) || defined(__clang__) */
-
 
 #define MATH_ERRNO      1
@@ -324,3 +323,2 @@
 
 #endif /* _MATH_H */
-
Index: uspace/lib/c/include/refcount.h
===================================================================
--- uspace/lib/c/include/refcount.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/refcount.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -112,3 +112,2 @@
 
 #endif
-
Index: uspace/lib/c/include/stdlib.h
===================================================================
--- uspace/lib/c/include/stdlib.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/stdlib.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -70,5 +70,4 @@
 } lldiv_t;
 
-
 #define EXIT_FAILURE 1
 #define EXIT_SUCCESS 0
Index: uspace/lib/c/include/time.h
===================================================================
--- uspace/lib/c/include/time.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/time.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -40,5 +40,4 @@
 #endif
 
-
 /* ISO/IEC 9899:2011 7.27.1 (2) */
 
@@ -48,5 +47,4 @@
 
 #define TIME_UTC	1
-
 
 /* ISO/IEC 9899:2011 7.27.1 (3) */
@@ -110,5 +108,4 @@
     const struct tm *__restrict__);
 
-
 #ifdef _HELENOS_SOURCE
 
Index: uspace/lib/c/include/tls.h
===================================================================
--- uspace/lib/c/include/tls.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/tls.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -51,5 +51,4 @@
 }
 
-
 static inline tcb_t *__tcb_get(void)
 {
Index: uspace/lib/c/include/vfs/vfs.h
===================================================================
--- uspace/lib/c/include/vfs/vfs.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/include/vfs/vfs.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -55,5 +55,4 @@
 	KIND_DIRECTORY,
 } vfs_file_kind_t;
-
 
 typedef struct {
Index: uspace/lib/c/test/sprintf.c
===================================================================
--- uspace/lib/c/test/sprintf.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/test/sprintf.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -35,5 +35,4 @@
 #define TF(expected, format, ...) TEQ(expected, fmt(format, ##__VA_ARGS__))
 
-
 #define SPRINTF_TEST(test_name, expected_string, actual_format, ...) \
 	PCUT_TEST(test_name) { \
@@ -53,9 +52,5 @@
 }
 
-
-
 SPRINTF_TEST(no_formatting, "This is a test.", "This is a test.");
-
-
 
 SPRINTF_TEST(string_plain, "some text", "%s", "some text");
@@ -69,9 +64,5 @@
 SPRINTF_TEST(string_pad_but_cut, "  very lon", "%10.8s", "very long text");
 
-
-
 SPRINTF_TEST(char_basic, "[a]", "[%c]", 'a');
-
-
 
 SPRINTF_TEST(int_various_padding, "[1] [ 02] [03 ] [004] [005]",
@@ -92,6 +83,3 @@
     17, 18, 19, 20, 21);
 
-
-
-
 PCUT_EXPORT(sprintf);
Index: uspace/lib/c/test/stdio/scanf.c
===================================================================
--- uspace/lib/c/test/stdio/scanf.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/test/stdio/scanf.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -1081,5 +1081,4 @@
 }
 
-
 /** Float with integer part and positive exponent */
 PCUT_TEST(float_intpart_posexp)
Index: uspace/lib/c/test/str.c
===================================================================
--- uspace/lib/c/test/str.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/c/test/str.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -36,6 +36,4 @@
 #define EQ(expected, value) PCUT_ASSERT_STR_EQUALS(expected, value)
 
-
-
 PCUT_INIT;
 
@@ -48,5 +46,4 @@
 	memset(buffer, 0, BUFFER_SIZE);
 }
-
 
 PCUT_TEST(rtrim)
Index: uspace/lib/clui/tinput.c
===================================================================
--- uspace/lib/clui/tinput.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/clui/tinput.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -661,5 +661,4 @@
 }
 
-
 static void tinput_text_complete(tinput_t *ti)
 {
Index: uspace/lib/clui/tinput.h
===================================================================
--- uspace/lib/clui/tinput.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/clui/tinput.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -79,5 +79,4 @@
  */
 typedef errno_t (*tinput_compl_get_next_fn)(void *state, char **compl);
-
 
 /** Finish enumeration of text completions.
Index: uspace/lib/compress/inflate.c
===================================================================
--- uspace/lib/compress/inflate.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/compress/inflate.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -94,5 +94,4 @@
 			return ELIMIT; \
 	} while (false)
-
 
 /** Inflate algorithm state
Index: uspace/lib/crypto/crc16_ibm.c
===================================================================
--- uspace/lib/crypto/crc16_ibm.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/crypto/crc16_ibm.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -88,3 +88,2 @@
 	return crc;
 }
-
Index: uspace/lib/draw/cursor/embedded.h
===================================================================
--- uspace/lib/draw/cursor/embedded.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/draw/cursor/embedded.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
Index: uspace/lib/draw/font/bitmap_backend.c
===================================================================
--- uspace/lib/draw/font/bitmap_backend.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/draw/font/bitmap_backend.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -107,6 +107,4 @@
 	}
 
-
-
 	data->glyph_cache[glyph_id].metrics = gm;
 	data->glyph_cache[glyph_id].metrics_loaded = true;
Index: uspace/lib/draw/font/pcf.c
===================================================================
--- uspace/lib/draw/font/pcf.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/draw/font/pcf.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -137,5 +137,4 @@
 }
 
-
 static int16_t compressed2int(uint8_t compressed)
 {
Index: uspace/lib/drv/generic/logbuf.c
===================================================================
--- uspace/lib/drv/generic/logbuf.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/generic/logbuf.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -110,5 +110,4 @@
 	return dump_itself + group_spaces + normal_spaces;
 }
-
 
 /** Dumps data buffer to a string in hexadecimal format.
Index: uspace/lib/drv/generic/private/remote_audio_mixer.h
===================================================================
--- uspace/lib/drv/generic/private/remote_audio_mixer.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/generic/private/remote_audio_mixer.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,3 +43,2 @@
  * @}
  */
-
Index: uspace/lib/drv/generic/private/remote_audio_pcm.h
===================================================================
--- uspace/lib/drv/generic/private/remote_audio_pcm.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/generic/private/remote_audio_pcm.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,3 +42,2 @@
  * @}
  */
-
Index: uspace/lib/drv/generic/private/remote_battery_dev.h
===================================================================
--- uspace/lib/drv/generic/private/remote_battery_dev.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/generic/private/remote_battery_dev.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,3 +43,2 @@
  * @}
  */
-
Index: uspace/lib/drv/generic/private/remote_clock_dev.h
===================================================================
--- uspace/lib/drv/generic/private/remote_clock_dev.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/generic/private/remote_clock_dev.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,3 +43,2 @@
  * @}
  */
-
Index: uspace/lib/drv/generic/private/remote_led_dev.h
===================================================================
--- uspace/lib/drv/generic/private/remote_led_dev.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/generic/private/remote_led_dev.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,3 +43,2 @@
  * @}
  */
-
Index: uspace/lib/drv/generic/private/remote_pci.h
===================================================================
--- uspace/lib/drv/generic/private/remote_pci.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/generic/private/remote_pci.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,3 +43,2 @@
  * @}
  */
-
Index: uspace/lib/drv/generic/remote_audio_pcm.c
===================================================================
--- uspace/lib/drv/generic/remote_audio_pcm.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/generic/remote_audio_pcm.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -217,5 +217,4 @@
 }
 
-
 /**
  * Query value of specified capability.
Index: uspace/lib/drv/generic/remote_nic.c
===================================================================
--- uspace/lib/drv/generic/remote_nic.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/generic/remote_nic.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -1803,5 +1803,4 @@
 	    &address_count);
 
-
 	if ((rc != EOK) || (max_count == 0) || (address_count == 0)) {
 		free(address_list);
Index: uspace/lib/drv/generic/remote_usb.c
===================================================================
--- uspace/lib/drv/generic/remote_usb.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/generic/remote_usb.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,5 +43,4 @@
 #include "usb_iface.h"
 #include "ddf/driver.h"
-
 
 usb_dev_session_t *usb_dev_connect(devman_handle_t handle)
Index: uspace/lib/drv/generic/remote_usbhc.c
===================================================================
--- uspace/lib/drv/generic/remote_usbhc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/generic/remote_usbhc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -44,5 +44,4 @@
 #include "ddf/driver.h"
 
-
 typedef enum {
 	IPC_M_USB_DEFAULT_ADDRESS_RESERVATION,
@@ -270,5 +269,4 @@
 	async_answer_0(call, ret);
 }
-
 
 static void remote_usbhc_device_enumerate(ddf_fun_t *fun, void *iface,
Index: uspace/lib/drv/generic/remote_usbhid.c
===================================================================
--- uspace/lib/drv/generic/remote_usbhid.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/generic/remote_usbhid.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -304,5 +304,4 @@
 };
 
-
 void remote_usbhid_get_event_length(ddf_fun_t *fun, void *iface,
     ipc_call_t *call)
Index: uspace/lib/drv/include/audio_mixer_iface.h
===================================================================
--- uspace/lib/drv/include/audio_mixer_iface.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/include/audio_mixer_iface.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -49,5 +49,4 @@
 errno_t audio_mixer_set_item_level(async_exch_t *, unsigned, unsigned);
 
-
 /** Audio mixer communication interface. */
 typedef struct {
Index: uspace/lib/drv/include/battery_iface.h
===================================================================
--- uspace/lib/drv/include/battery_iface.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/include/battery_iface.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -53,3 +53,2 @@
 
 #endif
-
Index: uspace/lib/drv/include/ddf/driver.h
===================================================================
--- uspace/lib/drv/include/ddf/driver.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/include/ddf/driver.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -41,5 +41,4 @@
 #include <ipc/dev_iface.h>
 #include "../dev_iface.h"
-
 
 /*
Index: uspace/lib/drv/include/dev_iface.h
===================================================================
--- uspace/lib/drv/include/dev_iface.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/include/dev_iface.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -66,5 +66,4 @@
 extern remote_iface_func_ptr_t get_remote_method(const remote_iface_t *, sysarg_t);
 
-
 extern bool is_valid_iface_idx(int);
 
Index: uspace/lib/drv/include/nic_iface.h
===================================================================
--- uspace/lib/drv/include/nic_iface.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/include/nic_iface.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -39,5 +39,4 @@
 #include <nic/nic.h>
 #include <ipc/common.h>
-
 
 typedef enum {
Index: uspace/lib/drv/include/pci_dev_iface.h
===================================================================
--- uspace/lib/drv/include/pci_dev_iface.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/include/pci_dev_iface.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -113,8 +113,6 @@
 } pci_dev_iface_t;
 
-
 #endif
 /**
  * @}
  */
-
Index: uspace/lib/drv/include/usbhid_iface.h
===================================================================
--- uspace/lib/drv/include/usbhid_iface.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/drv/include/usbhid_iface.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -85,5 +85,4 @@
 } usbhid_iface_t;
 
-
 #endif
 /**
Index: uspace/lib/ext4/include/ext4/ialloc.h
===================================================================
--- uspace/lib/ext4/include/ext4/ialloc.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/ext4/include/ext4/ialloc.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,5 +42,4 @@
     bool);
 
-
 #endif
 
Index: uspace/lib/ext4/include/ext4/ops.h
===================================================================
--- uspace/lib/ext4/include/ext4/ops.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/ext4/include/ext4/ops.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -46,5 +46,4 @@
 extern errno_t ext4_node_put(fs_node_t *);
 
-
 #endif
 
Index: uspace/lib/ext4/include/ext4/types.h
===================================================================
--- uspace/lib/ext4/include/ext4/types.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/ext4/include/ext4/types.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -143,5 +143,4 @@
 } __attribute__((packed)) ext4_superblock_t;
 
-
 #define EXT4_GOOD_OLD_REV 0
 #define EXT4_DYNAMIC_REV 1
@@ -235,5 +234,4 @@
 	aoff64_t inode_blocks_per_level[4];
 } ext4_filesystem_t;
-
 
 #define EXT4_BLOCK_GROUP_INODE_UNINIT   0x0001  /* Inode table/bitmap not in use */
@@ -389,5 +387,4 @@
 } ext4_inode_ref_t;
 
-
 #define EXT4_DIRECTORY_FILENAME_LEN  255
 
Index: uspace/lib/ext4/src/extent.c
===================================================================
--- uspace/lib/ext4/src/extent.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/ext4/src/extent.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -1051,5 +1051,4 @@
 	}
 
-
 append_extent:
 	/* Append new extent to the tree */
Index: uspace/lib/ext4/src/filesystem.c
===================================================================
--- uspace/lib/ext4/src/filesystem.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/ext4/src/filesystem.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -529,5 +529,4 @@
 }
 
-
 /** Convert block address to relative index in block group.
  *
@@ -550,5 +549,4 @@
 		return (block_addr - 1) % blocks_per_group;
 }
-
 
 /** Convert relative block address in group to absolute address.
Index: uspace/lib/ext4/src/ialloc.c
===================================================================
--- uspace/lib/ext4/src/ialloc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/ext4/src/ialloc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -44,5 +44,4 @@
 #include "ext4/superblock.h"
 
-
 /** Convert i-node number to relative index in block group.
  *
@@ -89,5 +88,4 @@
 	return (inode - 1) / inodes_per_group;
 }
-
 
 /** Free i-node number and modify filesystem data structers.
Index: uspace/lib/ext4/src/superblock.c
===================================================================
--- uspace/lib/ext4/src/superblock.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/ext4/src/superblock.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -1449,5 +1449,4 @@
 	return r;
 }
-
 
 /** Create superblock for new file system.
Index: uspace/lib/fmtutil/fmtutil.c
===================================================================
--- uspace/lib/fmtutil/fmtutil.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/fmtutil/fmtutil.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -235,3 +235,2 @@
 	return EOK;
 }
-
Index: uspace/lib/fs/libfs.c
===================================================================
--- uspace/lib/fs/libfs.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/fs/libfs.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -799,5 +799,4 @@
 }
 
-
 /** Open VFS triplet.
  *
Index: uspace/lib/gui/grid.c
===================================================================
--- uspace/lib/gui/grid.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/gui/grid.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -277,5 +277,4 @@
 					}
 
-
 				}
 
Index: uspace/lib/gui/widget.c
===================================================================
--- uspace/lib/gui/widget.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/gui/widget.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -91,3 +91,2 @@
 /** @}
  */
-
Index: uspace/lib/gui/widget.h
===================================================================
--- uspace/lib/gui/widget.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/gui/widget.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -143,3 +143,2 @@
 /** @}
  */
-
Index: uspace/lib/hound/src/protocol.c
===================================================================
--- uspace/lib/hound/src/protocol.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/hound/src/protocol.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -67,5 +67,4 @@
 };
 
-
 /** PCM format conversion helper structure */
 typedef union {
@@ -77,5 +76,4 @@
 	sysarg_t arg;
 } format_convert_t;
-
 
 /*
@@ -713,5 +711,4 @@
 }
 
-
 /*
  * SERVER SIDE
Index: uspace/lib/http/include/http/ctype.h
===================================================================
--- uspace/lib/http/include/http/ctype.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/http/include/http/ctype.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -88,5 +88,4 @@
 }
 
-
 #endif
 
Index: uspace/lib/http/src/receive-buffer.c
===================================================================
--- uspace/lib/http/src/receive-buffer.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/http/src/receive-buffer.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -145,5 +145,4 @@
 }
 
-
 /** Receive one character (with buffering) */
 errno_t recv_char(receive_buffer_t *rb, char *c, bool consume)
Index: uspace/lib/label/src/dummy.c
===================================================================
--- uspace/lib/label/src/dummy.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/label/src/dummy.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -119,5 +119,4 @@
 	list_append(&part->lpri, &label->pri_parts);
 
-
 	*rlabel = label;
 	return EOK;
Index: uspace/lib/label/src/mbr.c
===================================================================
--- uspace/lib/label/src/mbr.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/label/src/mbr.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -433,5 +433,4 @@
 }
 
-
 static errno_t mbr_get_info(label_t *label, label_info_t *linfo)
 {
@@ -880,5 +879,4 @@
 }
 
-
 static void mbr_unused_pte(mbr_pte_t *pte)
 {
Index: uspace/lib/label/test/label.c
===================================================================
--- uspace/lib/label/test/label.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/label/test/label.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -528,5 +528,4 @@
 }
 
-
 PCUT_TEST(gpt_part)
 {
Index: uspace/lib/math/doc/doxygroups.h
===================================================================
--- uspace/lib/math/doc/doxygroups.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/math/doc/doxygroups.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -39,5 +39,4 @@
  */
 
-
 /**
  * @addtogroup libmathppc32 ppc32
@@ -54,3 +53,2 @@
  * @ingroup libmath
  */
-
Index: uspace/lib/math/generic/__fcompare.c
===================================================================
--- uspace/lib/math/generic/__fcompare.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/math/generic/__fcompare.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -80,3 +80,2 @@
 	}
 }
-
Index: uspace/lib/math/generic/__fpclassify.c
===================================================================
--- uspace/lib/math/generic/__fpclassify.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/math/generic/__fpclassify.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -56,3 +56,2 @@
 	return result;
 }
-
Index: uspace/lib/math/generic/__signbit.c
===================================================================
--- uspace/lib/math/generic/__signbit.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/math/generic/__signbit.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -56,3 +56,2 @@
 	return result;
 }
-
Index: uspace/lib/math/generic/internal.h
===================================================================
--- uspace/lib/math/generic/internal.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/math/generic/internal.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -37,3 +37,2 @@
 
 #endif
-
Index: uspace/lib/math/test/main.c
===================================================================
--- uspace/lib/math/test/main.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/math/test/main.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -35,3 +35,2 @@
 
 PCUT_MAIN();
-
Index: uspace/lib/math/test/rounding.c
===================================================================
--- uspace/lib/math/test/rounding.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/math/test/rounding.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -59,5 +59,4 @@
 #define DOUBLE_CASES 0
 
-
 static float float_arguments[FLOAT_CASES] = {
 	HUGE_VALF,
@@ -1198,3 +1197,2 @@
 
 PCUT_EXPORT(rounding);
-
Index: uspace/lib/minix/minix.h
===================================================================
--- uspace/lib/minix/minix.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/minix/minix.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -115,5 +115,4 @@
 } __attribute__((packed));
 
-
 /* MFS V3 superblock data on disk */
 struct mfs3_superblock {
@@ -188,5 +187,4 @@
 };
 
-
 #endif
 
@@ -194,3 +192,2 @@
  * @}
  */
-
Index: uspace/lib/nic/include/nic_addr_db.h
===================================================================
--- uspace/lib/nic/include/nic_addr_db.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/nic/include/nic_addr_db.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -54,5 +54,4 @@
 } nic_addr_db_t;
 
-
 extern errno_t nic_addr_db_init(nic_addr_db_t *db, size_t addr_len);
 extern void nic_addr_db_clear(nic_addr_db_t *db);
Index: uspace/lib/nic/src/nic_addr_db.c
===================================================================
--- uspace/lib/nic/src/nic_addr_db.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/nic/src/nic_addr_db.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -45,5 +45,4 @@
 #include <stdint.h>
 
-
 /**
  * Helper structure for keeping the address in the hash set.
@@ -54,5 +53,4 @@
 	uint8_t addr[1];
 } nic_addr_entry_t;
-
 
 /*
@@ -156,5 +154,4 @@
 }
 
-
 /**
  * Insert an address to the db
Index: uspace/lib/nic/src/nic_impl.c
===================================================================
--- uspace/lib/nic/src/nic_impl.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/nic/src/nic_impl.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -313,5 +313,4 @@
 	return rc;
 }
-
 
 /**
Index: uspace/lib/nic/src/nic_rx_control.c
===================================================================
--- uspace/lib/nic/src/nic_rx_control.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/nic/src/nic_rx_control.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -384,5 +384,4 @@
 	return EOK;
 }
-
 
 /**
@@ -524,5 +523,4 @@
 }
 
-
 /**
  * Computes hash for the address list based on standard multicast address
Index: uspace/lib/nic/src/nic_wol_virtues.c
===================================================================
--- uspace/lib/nic/src/nic_wol_virtues.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/nic/src/nic_wol_virtues.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -40,5 +40,4 @@
 #include <assert.h>
 #include <errno.h>
-
 
 /*
@@ -214,5 +213,4 @@
 }
 
-
 /**
  * Searches the filters table for a filter with specified ID
Index: uspace/lib/pcm/include/pcm/sample_format.h
===================================================================
--- uspace/lib/pcm/include/pcm/sample_format.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/pcm/include/pcm/sample_format.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -231,3 +231,2 @@
  * @}
  */
-
Index: uspace/lib/posix/include/posix/fnmatch.h
===================================================================
--- uspace/lib/posix/include/posix/fnmatch.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/fnmatch.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -58,5 +58,4 @@
 extern int fnmatch(const char *pattern, const char *string, int flags);
 
-
 #endif /* POSIX_FNMATCH_H_ */
 
Index: uspace/lib/posix/include/posix/locale.h
===================================================================
--- uspace/lib/posix/include/posix/locale.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/locale.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -114,5 +114,4 @@
 extern locale_t uselocale(locale_t newloc);
 
-
 #endif /* POSIX_LOCALE_H_ */
 
Index: uspace/lib/posix/include/posix/pwd.h
===================================================================
--- uspace/lib/posix/include/posix/pwd.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/pwd.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -58,5 +58,4 @@
     char *buffer, size_t bufsize, struct passwd **result);
 
-
 #endif /* POSIX_PWD_H_ */
 
Index: uspace/lib/posix/include/posix/signal.h
===================================================================
--- uspace/lib/posix/include/posix/signal.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/signal.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -52,5 +52,4 @@
 #define SIG_IGN ((void (*)(int)) __posix_ignore_signal_handler)
 
-
 typedef struct {
 	int si_signo;
@@ -75,5 +74,4 @@
 	void (*sa_sigaction)(int, siginfo_t *, void *);
 };
-
 
 /* Values of sigevent::sigev_notify */
@@ -247,5 +245,4 @@
     sigset_t *__restrict__ oset);
 
-
 #endif /* POSIX_SIGNAL_H_ */
 
Index: uspace/lib/posix/include/posix/strings.h
===================================================================
--- uspace/lib/posix/include/posix/strings.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/strings.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -64,5 +64,4 @@
 extern char *rindex(const char *s, int c);
 
-
 #endif  // POSIX_STRINGS_H_
 
Index: uspace/lib/posix/include/posix/sys/mman.h
===================================================================
--- uspace/lib/posix/include/posix/sys/mman.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/sys/mman.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -60,5 +60,4 @@
 extern int munmap(void *start, size_t length);
 
-
 #endif /* POSIX_SYS_MMAN_H_ */
 
Index: uspace/lib/posix/include/posix/sys/stat.h
===================================================================
--- uspace/lib/posix/include/posix/sys/stat.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/sys/stat.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -131,5 +131,4 @@
 extern int mkdir(const char *path, mode_t mode);
 
-
 #endif /* POSIX_SYS_STAT_H */
 
Index: uspace/lib/posix/include/posix/sys/wait.h
===================================================================
--- uspace/lib/posix/include/posix/sys/wait.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/sys/wait.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -55,5 +55,4 @@
 extern pid_t waitpid(pid_t pid, int *stat_ptr, int options);
 
-
 #endif /* POSIX_SYS_WAIT_H_ */
 
Index: uspace/lib/posix/include/posix/ucontext.h
===================================================================
--- uspace/lib/posix/include/posix/ucontext.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/ucontext.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -71,5 +71,4 @@
 } ucontext_t;
 
-
 #endif
 
Index: uspace/lib/posix/src/fcntl.c
===================================================================
--- uspace/lib/posix/src/fcntl.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/src/fcntl.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -164,3 +164,2 @@
 /** @}
  */
-
Index: uspace/lib/posix/src/fnmatch.c
===================================================================
--- uspace/lib/posix/src/fnmatch.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/src/fnmatch.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -638,5 +638,4 @@
 {
 	int fail = 0;
-
 
 	static_assert(FNM_PATHNAME == FNM_FILE_NAME);
Index: uspace/lib/posix/src/pthread/condvar.c
===================================================================
--- uspace/lib/posix/src/pthread/condvar.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/src/pthread/condvar.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -76,5 +76,4 @@
 }
 
-
 int pthread_condattr_init(pthread_condattr_t *attr)
 {
@@ -89,5 +88,4 @@
 }
 
-
 /** @}
  */
Index: uspace/lib/posix/src/pthread/keys.c
===================================================================
--- uspace/lib/posix/src/pthread/keys.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/src/pthread/keys.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -38,5 +38,4 @@
 #include "../internal/common.h"
 
-
 void *pthread_getspecific(pthread_key_t key)
 {
Index: uspace/lib/posix/src/pthread/mutex.c
===================================================================
--- uspace/lib/posix/src/pthread/mutex.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/src/pthread/mutex.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -36,5 +36,4 @@
 #include <errno.h>
 #include "../internal/common.h"
-
 
 int pthread_mutex_init(pthread_mutex_t *restrict mutex,
@@ -94,6 +93,4 @@
 }
 
-
-
 /** @}
  */
Index: uspace/lib/posix/src/signal.c
===================================================================
--- uspace/lib/posix/src/signal.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/src/signal.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -332,5 +332,4 @@
 }
 
-
 /**
  * Executes an action associated with the given signal.
Index: uspace/lib/scsi/src/spc.c
===================================================================
--- uspace/lib/scsi/src/spc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/scsi/src/spc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -89,3 +89,2 @@
 	return scsi_sense_key_str[sense_key];
 }
-
Index: uspace/lib/sif/src/sif.c
===================================================================
--- uspace/lib/sif/src/sif.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/sif/src/sif.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -805,5 +805,4 @@
 }
 
-
 /** Export SIF attribute to file.
  *
Index: uspace/lib/sif/test/sif.c
===================================================================
--- uspace/lib/sif/test/sif.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/sif/test/sif.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -602,4 +602,3 @@
 }
 
-
 PCUT_EXPORT(sif);
Index: uspace/lib/softrend/filter.c
===================================================================
--- uspace/lib/softrend/filter.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/softrend/filter.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -38,5 +38,4 @@
 #include <io/pixel.h>
 
-
 static long _round(double val)
 {
@@ -59,5 +58,4 @@
 	return lval;
 }
-
 
 static inline pixel_t blend_pixels(size_t count, float *weights,
Index: uspace/lib/trackmod/protracker.c
===================================================================
--- uspace/lib/trackmod/protracker.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/trackmod/protracker.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -113,5 +113,4 @@
 }
 
-
 /** Decode pattern cell.
  *
Index: uspace/lib/trackmod/trackmod.c
===================================================================
--- uspace/lib/trackmod/trackmod.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/trackmod/trackmod.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -165,5 +165,4 @@
 	return rc;
 }
-
 
 /** Return current pattern.
Index: uspace/lib/uri/test/main.c
===================================================================
--- uspace/lib/uri/test/main.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/uri/test/main.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -34,4 +34,3 @@
 PCUT_IMPORT(uri_parse);
 
-
 PCUT_MAIN();
Index: uspace/lib/uri/test/parser.c
===================================================================
--- uspace/lib/uri/test/parser.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/uri/test/parser.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,5 +42,4 @@
 } const_uri_t;
 
-
 static const_uri_t expected_uri;
 static uri_t *parsed_uri;
@@ -68,5 +67,4 @@
 		CHECK(fragment); \
 	} while (0)
-
 
 PCUT_INIT;
@@ -141,4 +139,3 @@
 }
 
-
 PCUT_EXPORT(uri_parse);
Index: uspace/lib/usb/include/usb/classes/hub.h
===================================================================
--- uspace/lib/usb/include/usb/classes/hub.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usb/include/usb/classes/hub.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -149,5 +149,4 @@
 	uint8_t characteristics;
 
-
 	/** Unused part of characteristics field */
 	uint8_t characteristics_reserved;
Index: uspace/lib/usb/include/usb/debug.h
===================================================================
--- uspace/lib/usb/include/usb/debug.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usb/include/usb/debug.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -79,8 +79,6 @@
 const char *usb_debug_str_buffer(const uint8_t *, size_t, size_t);
 
-
 #endif
 /**
  * @}
  */
-
Index: uspace/lib/usb/include/usb/usb.h
===================================================================
--- uspace/lib/usb/include/usb/usb.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usb/include/usb/usb.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -70,5 +70,4 @@
 
 const char *usb_str_speed(usb_speed_t);
-
 
 /** USB request type target. */
Index: uspace/lib/usb/src/class.c
===================================================================
--- uspace/lib/usb/src/class.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usb/src/class.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -86,5 +86,4 @@
 }
 
-
 /**
  * @}
Index: uspace/lib/usb/src/debug.c
===================================================================
--- uspace/lib/usb/src/debug.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usb/src/debug.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -94,5 +94,4 @@
 }
 
-
 /**
  * @}
Index: uspace/lib/usb/src/dma_buffer.c
===================================================================
--- uspace/lib/usb/src/dma_buffer.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usb/src/dma_buffer.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -116,5 +116,4 @@
 }
 
-
 /**
  * Allocate a DMA buffer using the default policy.
@@ -128,5 +127,4 @@
 	return dma_buffer_alloc_policy(db, size, DMA_POLICY_DEFAULT);
 }
-
 
 /**
Index: uspace/lib/usb/src/dump.c
===================================================================
--- uspace/lib/usb/src/dump.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usb/src/dump.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -354,5 +354,4 @@
 }
 
-
 /**
  * @}
Index: uspace/lib/usbdev/include/usb/dev/poll.h
===================================================================
--- uspace/lib/usbdev/include/usb/dev/poll.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbdev/include/usb/dev/poll.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -46,5 +46,4 @@
 #include <fibril_synch.h>
 
-
 /** USB automated polling. */
 typedef struct usb_polling {
@@ -76,5 +75,4 @@
 	bool (*on_data)(usb_device_t *dev, uint8_t *data, size_t data_size,
 	    void *arg);
-
 
 	/**
@@ -127,5 +125,4 @@
 	bool (*on_error)(usb_device_t *dev, errno_t err_code, void *arg);
 
-
 	/**
 	 * Internal parameters - user is not expected to set them. Messing with
Index: uspace/lib/usbdev/src/altiface.c
===================================================================
--- uspace/lib/usbdev/src/altiface.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbdev/src/altiface.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -126,5 +126,4 @@
 	};
 
-
 	const void *iface_ptr =
 	    usb_dp_get_nested_descriptor(&dp_parser, &dp_data, dp_data.data);
Index: uspace/lib/usbdev/src/devdrv.c
===================================================================
--- uspace/lib/usbdev/src/devdrv.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbdev/src/devdrv.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -194,5 +194,4 @@
 	    &usb_dev->descriptors.full_config,
 	    &usb_dev->descriptors.full_config_size);
-
 
 	return rc;
Index: uspace/lib/usbdev/src/devpoll.c
===================================================================
--- uspace/lib/usbdev/src/devpoll.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbdev/src/devpoll.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -55,5 +55,4 @@
 #include <stdint.h>
 
-
 /** Initialize the polling data structure, its internals and configuration
  *  with default values.
@@ -83,5 +82,4 @@
 }
 
-
 /** Destroy the polling data structure.
  *  This function does nothing but a safety check whether the polling
@@ -96,5 +94,4 @@
 	assert(!polling->running);
 }
-
 
 /** Polling fibril.
@@ -219,5 +216,4 @@
 }
 
-
 /** Start automatic device polling over interrupt in pipe.
  *
Index: uspace/lib/usbdev/src/driver.c
===================================================================
--- uspace/lib/usbdev/src/driver.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbdev/src/driver.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -163,5 +163,4 @@
 };
 
-
 /** Main routine of USB device driver.
  *
Index: uspace/lib/usbdev/src/recognise.c
===================================================================
--- uspace/lib/usbdev/src/recognise.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbdev/src/recognise.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -253,5 +253,4 @@
 }
 
-
 /** Create match ids describing attached device.
  *
Index: uspace/lib/usbdev/src/request.c
===================================================================
--- uspace/lib/usbdev/src/request.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbdev/src/request.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -801,5 +801,4 @@
 	string_chars[string_char_count] = 0;
 
-
 	/* Convert to normal string. */
 	char *str = wstr_to_astr(string_chars);
Index: uspace/lib/usbhid/include/usb/hid/hid.h
===================================================================
--- uspace/lib/usbhid/include/usb/hid/hid.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/include/usb/hid/hid.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -69,5 +69,4 @@
 } usb_hid_iface_protocol_t;
 
-
 #endif
 /**
Index: uspace/lib/usbhid/include/usb/hid/hid_report_items.h
===================================================================
--- uspace/lib/usbhid/include/usb/hid/hid_report_items.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/include/usb/hid/hid_report_items.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -38,5 +38,4 @@
 #include <stdint.h>
 
-
 /*
  * Item prefix
@@ -57,5 +56,4 @@
 #define USB_HID_ITEM_IS_LONG(data)	(data == 0xFE)
 
-
 /*
  * Extended usage macros
@@ -70,5 +68,4 @@
 /** Cuts usage of the extended usage */
 #define USB_HID_EXTENDED_USAGE(usage)		(usage & 0xFFFF)
-
 
 /*
@@ -143,6 +140,4 @@
 #define USB_HID_ITEM_FLAG_BUFFERED(flags)	((flags & 0x100) == 0x100)
 
-
-
 /* MAIN ITEMS */
 
@@ -185,6 +180,4 @@
  */
 #define USB_HID_REPORT_TAG_END_COLLECTION	0xC
-
-
 
 /* GLOBAL ITEMS */
@@ -273,6 +266,4 @@
 #define USB_HID_REPORT_TAG_POP			0xB
 
-
-
 /* LOCAL ITEMS */
 
@@ -348,6 +339,4 @@
 #define USB_HID_REPORT_TAG_DELIMITER		0xA
 
-
-
 #endif
 /**
Index: uspace/lib/usbhid/include/usb/hid/hiddescriptor.h
===================================================================
--- uspace/lib/usbhid/include/usb/hid/hiddescriptor.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/include/usb/hid/hiddescriptor.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -87,5 +87,4 @@
     usb_hid_report_path_t *cmp_path);
 
-
 #endif
 /**
Index: uspace/lib/usbhid/include/usb/hid/hidparser.h
===================================================================
--- uspace/lib/usbhid/include/usb/hid/hidparser.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/include/usb/hid/hidparser.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,5 +43,4 @@
 #include <usb/hid/hiddescriptor.h>
 
-
 /*
  * Input report parser functions
@@ -64,8 +63,6 @@
     usb_hid_report_type_t type);
 
-
 errno_t usb_hid_report_output_translate(usb_hid_report_t *report,
     uint8_t report_id, uint8_t *buffer, size_t size);
-
 
 /*
Index: uspace/lib/usbhid/include/usb/hid/hidpath.h
===================================================================
--- uspace/lib/usbhid/include/usb/hid/hidpath.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/include/usb/hid/hidpath.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -41,6 +41,4 @@
 #include <adt/list.h>
 
-
-
 /*
  * Flags of usage paths comparison modes.
@@ -74,5 +72,4 @@
 #define USB_HID_PATH_COMPARE_ANYWHERE		8
 
-
 /**
  * Item of usage path structure. Last item of linked list describes one item
@@ -93,6 +90,4 @@
 } usb_hid_report_usage_path_t;
 
-
-
 /**
  * USB HID usage path structure.
@@ -112,5 +107,4 @@
 	list_t items;	/* of usb_hid_report_usage_path_t */
 } usb_hid_report_path_t;
-
 
 usb_hid_report_path_t *usb_hid_report_path(void);
Index: uspace/lib/usbhid/include/usb/hid/hidtypes.h
===================================================================
--- uspace/lib/usbhid/include/usb/hid/hidtypes.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/include/usb/hid/hidtypes.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -39,6 +39,4 @@
 #include <adt/list.h>
 
-
-
 /**
  * Maximum amount of specified usages for one report item
@@ -68,6 +66,4 @@
 #define USB_HID_INT32_TO_UINT32(x, size)	\
 	(((x) < 0 ) ? ((1 << (size)) + (x)) : (x))
-
-
 
 /**
@@ -87,6 +83,4 @@
 } usb_hid_report_type_t;
 
-
-
 /**
  * Description of all reports described in one report descriptor.
@@ -113,5 +107,4 @@
 } usb_hid_report_t;
 
-
 /**
  * Description of one concrete report
@@ -136,5 +129,4 @@
 	link_t reports_link;
 } usb_hid_report_description_t;
-
 
 /**
@@ -202,6 +194,4 @@
 	link_t ritems_link;
 } usb_hid_report_field_t;
-
-
 
 /**
@@ -316,6 +306,4 @@
 };
 
-
-
 #endif
 /**
Index: uspace/lib/usbhid/include/usb/hid/request.h
===================================================================
--- uspace/lib/usbhid/include/usb/hid/request.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/include/usb/hid/request.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,6 +42,4 @@
 #include <usb/dev/pipes.h>
 
-
-
 errno_t usbhid_req_set_report(usb_pipe_t *ctrl_pipe, int iface_no,
     usb_hid_report_type_t type, uint8_t *buffer, size_t buf_size);
@@ -61,6 +59,4 @@
 errno_t usbhid_req_get_idle(usb_pipe_t *ctrl_pipe, int iface_no, uint8_t *duration);
 
-
-
 #endif /* USB_KBD_HIDREQ_H_ */
 
Index: uspace/lib/usbhid/include/usb/hid/usages/core.h
===================================================================
--- uspace/lib/usbhid/include/usb/hid/usages/core.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/include/usb/hid/usages/core.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -71,5 +71,4 @@
 } usb_hidut_usage_consumer_t;
 
-
 #endif
 /**
Index: uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h
===================================================================
--- uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -54,5 +54,4 @@
  * into a single file.
  */
-
 
 #ifndef USB_HIDUT_KBD_KEY
@@ -164,7 +163,4 @@
 __NONPRINT(UP_ARROW, 0x52);
 
-
-
-
 /* USB_HIDUT_KBD_KEY(, 0x, '', '', 0, 0) */
 
@@ -174,3 +170,2 @@
  * @}
  */
-
Index: uspace/lib/usbhid/src/hiddescriptor.c
===================================================================
--- uspace/lib/usbhid/src/hiddescriptor.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/src/hiddescriptor.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -42,5 +42,4 @@
 #include <stdlib.h>
 
-
 /*
  * Constants defining current parsing mode for correct parsing of the set of
@@ -62,6 +61,4 @@
 #define INSIDE_DELIMITER_SET	2
 
-
-
 /** The new report item flag. Used to determine when the item is completly
  * configured and should be added to the report structure
@@ -79,5 +76,4 @@
 /** Unknown tag was founded in report descriptor data*/
 #define USB_HID_UNKNOWN_TAG		-99
-
 
 /**
@@ -125,5 +121,4 @@
 }
 
-
 /**
  * Initialize the report descriptor parser structure
@@ -147,6 +142,4 @@
 	return EOK;
 }
-
-
 
 /**
@@ -329,5 +322,4 @@
 }
 
-
 /** Parse HID report descriptor.
  *
@@ -510,11 +502,8 @@
 		}
 
-
 	}
 
 	return EOK;
 }
-
-
 
 /**
@@ -759,5 +748,4 @@
 			    usb_hid_report_tag_data_uint32(data, item_size));
 
-
 			report_item->usage_minimum =
 			    USB_HID_EXTENDED_USAGE(
@@ -867,5 +855,4 @@
 	return result;
 }
-
 
 /**
@@ -909,5 +896,4 @@
 }
 
-
 /**
  * Prints content of given report descriptor in human readable format.
@@ -936,6 +922,4 @@
 }
 
-
-
 /** Frees the HID report descriptor parser structure
  *
@@ -986,5 +970,4 @@
 }
 
-
 /**
  * @}
Index: uspace/lib/usbhid/src/hidparser.c
===================================================================
--- uspace/lib/usbhid/src/hidparser.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/src/hidparser.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -44,5 +44,4 @@
 #include <macros.h>
 
-
 /*
  * Data translation private functions
@@ -54,6 +53,4 @@
 uint32_t usb_hid_translate_data_reverse(usb_hid_report_field_t *item,
     int32_t value);
-
-
 
 static int usb_pow(int a, int b)
@@ -72,5 +69,4 @@
 }
 
-
 /** Returns size of report of specified report id and type in items
  *
@@ -120,5 +116,4 @@
 	}
 }
-
 
 /** Parse and act upon a HID report.
@@ -192,5 +187,4 @@
 }
 
-
 /**
  * Translate data from the report as specified in report descriptor item
@@ -258,5 +252,4 @@
 	    item->physical_minimum);
 }
-
 
 /* OUTPUT API */
@@ -299,5 +292,4 @@
 	}
 }
-
 
 /** Frees output report buffer
@@ -410,5 +402,4 @@
 }
 
-
 /**
  * Translate given data for putting them into the outoput report
@@ -455,5 +446,4 @@
 }
 
-
 /**
  * Clones given state table
@@ -475,5 +465,4 @@
 	return new_report_item;
 }
-
 
 /**
@@ -531,5 +520,4 @@
 }
 
-
 /**
  * Returns next report_id of report of specified type. If zero is given than
@@ -578,5 +566,4 @@
 	return 0;
 }
-
 
 /**
Index: uspace/lib/usbhid/src/hidpath.c
===================================================================
--- uspace/lib/usbhid/src/hidpath.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/src/hidpath.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -41,5 +41,4 @@
 #include <assert.h>
 
-
 /**
  * Compares two usages if they are same or not or one of the usages is not
@@ -62,5 +61,4 @@
 #define USB_HID_SAME_USAGE_PAGE(page1, page2)	\
 	((page1 == page2) || (page1 == 0) || (page2 == 0))
-
 
 /**
@@ -92,5 +90,4 @@
 	return EOK;
 }
-
 
 /**
@@ -114,5 +111,4 @@
 }
 
-
 /**
  * Nulls last item of the usage path structure.
@@ -132,5 +128,4 @@
 	}
 }
-
 
 /**
@@ -350,5 +345,4 @@
 }
 
-
 /**
  * Releases given usage path structure.
@@ -369,5 +363,4 @@
 }
 
-
 /**
  * Clone content of given usage path to the new one
@@ -413,5 +406,4 @@
 }
 
-
 /**
  * Sets report id in usage path structure
Index: uspace/lib/usbhid/src/hidreport.c
===================================================================
--- uspace/lib/usbhid/src/hidreport.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/src/hidreport.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -161,6 +161,4 @@
 }
 
-
-
 errno_t usb_hid_process_report_descriptor(usb_device_t *dev,
     usb_hid_report_t *report, uint8_t **report_desc, size_t *report_size)
Index: uspace/lib/usbhid/src/hidreq.c
===================================================================
--- uspace/lib/usbhid/src/hidreq.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhid/src/hidreq.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -45,5 +45,4 @@
 #include <usb/hid/request.h>
 
-
 /**
  * Send Set Report request to the HID device.
@@ -97,5 +96,4 @@
 }
 
-
 /**
  * Send Set Protocol request to the HID device.
@@ -144,5 +142,4 @@
 	return EOK;
 }
-
 
 /**
@@ -194,5 +191,4 @@
 	return EOK;
 }
-
 
 /**
@@ -251,5 +247,4 @@
 }
 
-
 /**
  * Send Get Protocol request to the HID device.
@@ -310,5 +305,4 @@
 }
 
-
 /**
  * Send Get Idle request to the HID device.
@@ -374,6 +368,4 @@
 }
 
-
-
 /**
  * @}
Index: uspace/lib/usbhost/include/usb/host/ddf_helpers.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhost/include/usb/host/utility.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhost/include/usb/host/utils/malloc32.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -117,5 +117,4 @@
 }
 
-
 #endif
 /**
Index: uspace/lib/usbhost/src/ddf_helpers.c
===================================================================
--- uspace/lib/usbhost/src/ddf_helpers.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhost/src/ddf_helpers.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -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 b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbhost/src/hcd.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -378,5 +378,4 @@
 }
 
-
 /**
  * @}
Index: uspace/lib/usbvirt/include/usbvirt/virthub_base.h
===================================================================
--- uspace/lib/usbvirt/include/usbvirt/virthub_base.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbvirt/include/usbvirt/virthub_base.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -74,5 +74,4 @@
     size_t *act_size);
 
-
 #endif
 
Index: uspace/lib/usbvirt/src/ctrltransfer.c
===================================================================
--- uspace/lib/usbvirt/src/ctrltransfer.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbvirt/src/ctrltransfer.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -80,5 +80,4 @@
 }
 
-
 /**
  * @}
Index: uspace/lib/usbvirt/src/virthub_descriptors.c
===================================================================
--- uspace/lib/usbvirt/src/virthub_descriptors.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/usbvirt/src/virthub_descriptors.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -56,5 +56,4 @@
 };
 
-
 /** Standard interface descriptor. */
 const usb_standard_interface_descriptor_t virthub_interface_descriptor = {
@@ -100,5 +99,4 @@
 };
 
-
 /**
  * @}
Index: uspace/lib/virtio/virtio.c
===================================================================
--- uspace/lib/virtio/virtio.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/virtio/virtio.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -169,5 +169,4 @@
 }
 
-
 void virtio_virtq_produce_available(virtio_dev_t *vdev, uint16_t num,
     uint16_t descno)
Index: uspace/srv/audio/hound/audio_data.c
===================================================================
--- uspace/srv/audio/hound/audio_data.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/audio/hound/audio_data.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -161,5 +161,4 @@
 }
 
-
 /**
  * Data link remaining frames getter.
@@ -248,5 +247,4 @@
 	return adata;
 }
-
 
 /**
Index: uspace/srv/audio/hound/audio_data.h
===================================================================
--- uspace/srv/audio/hound/audio_data.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/audio/hound/audio_data.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -125,5 +125,4 @@
 }
 
-
 #endif
 
Index: uspace/srv/audio/hound/audio_device.c
===================================================================
--- uspace/srv/audio/hound/audio_device.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/audio/hound/audio_device.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -44,5 +44,4 @@
 #include <str_error.h>
 #include <as.h>
-
 
 #include "audio_device.h"
Index: uspace/srv/audio/hound/audio_device.h
===================================================================
--- uspace/srv/audio/hound/audio_device.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/audio/hound/audio_device.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -88,3 +88,2 @@
  * @}
  */
-
Index: uspace/srv/audio/hound/audio_sink.c
===================================================================
--- uspace/srv/audio/hound/audio_sink.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/audio/hound/audio_sink.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -43,5 +43,4 @@
 #include "connection.h"
 #include "log.h"
-
 
 /**
@@ -150,5 +149,4 @@
 }
 
-
 /**
  * @}
Index: uspace/srv/audio/hound/connection.h
===================================================================
--- uspace/srv/audio/hound/connection.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/audio/hound/connection.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -117,5 +117,4 @@
 }
 
-
 #endif
 /**
Index: uspace/srv/audio/hound/hound_ctx.c
===================================================================
--- uspace/srv/audio/hound/hound_ctx.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/audio/hound/hound_ctx.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -149,5 +149,4 @@
 	return ctx->source == NULL;
 }
-
 
 /*
Index: uspace/srv/audio/hound/hound_ctx.h
===================================================================
--- uspace/srv/audio/hound/hound_ctx.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/audio/hound/hound_ctx.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -60,5 +60,4 @@
 typedef struct hound_ctx_stream hound_ctx_stream_t;
 
-
 hound_ctx_t *hound_record_ctx_get(const char *name);
 hound_ctx_t *hound_playback_ctx_get(const char *name);
Index: uspace/srv/bd/sata_bd/sata_bd.c
===================================================================
--- uspace/srv/bd/sata_bd/sata_bd.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/bd/sata_bd/sata_bd.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -243,5 +243,4 @@
 }
 
-
 int main(int argc, char **argv)
 {
Index: uspace/srv/bd/vbd/disk.c
===================================================================
--- uspace/srv/bd/vbd/disk.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/bd/vbd/disk.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -228,5 +228,4 @@
 }
 
-
 static errno_t vbds_disk_by_svcid(service_id_t sid, vbds_disk_t **rdisk)
 {
Index: uspace/srv/devman/client_conn.c
===================================================================
--- uspace/srv/devman/client_conn.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/devman/client_conn.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -578,5 +578,4 @@
 }
 
-
 /** Find driver by name. */
 static void devman_driver_get_handle(ipc_call_t *icall)
Index: uspace/srv/devman/devtree.c
===================================================================
--- uspace/srv/devman/devtree.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/devman/devtree.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -93,5 +93,4 @@
 }
 
-
 static hash_table_ops_t devman_devices_ops = {
 	.hash = devman_devices_hash,
@@ -252,5 +251,4 @@
 }
 
-
 /** Insert new function into device tree.
  *
Index: uspace/srv/devman/driver.c
===================================================================
--- uspace/srv/devman/driver.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/devman/driver.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -351,5 +351,4 @@
 }
 
-
 /** Find device driver by name.
  *
Index: uspace/srv/devman/drv_conn.c
===================================================================
--- uspace/srv/devman/drv_conn.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/devman/drv_conn.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -413,5 +413,4 @@
 	async_answer_0(icall, EOK);
 }
-
 
 /** Offline function by driver request.
Index: uspace/srv/fs/exfat/exfat.c
===================================================================
--- uspace/srv/fs/exfat/exfat.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/exfat/exfat.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -101,5 +101,4 @@
 }
 
-
 /**
  * @}
Index: uspace/srv/fs/exfat/exfat.h
===================================================================
--- uspace/srv/fs/exfat/exfat.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/exfat/exfat.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -164,5 +164,4 @@
 } exfat_node_t;
 
-
 extern vfs_out_ops_t exfat_ops;
 extern libfs_ops_t exfat_libfs_ops;
@@ -185,5 +184,4 @@
 extern errno_t exfat_uctable_get(fs_node_t **, service_id_t);
 
-
 #endif
 
Index: uspace/srv/fs/exfat/exfat_bitmap.c
===================================================================
--- uspace/srv/fs/exfat/exfat_bitmap.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/exfat/exfat_bitmap.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,5 +47,4 @@
 #include <mem.h>
 
-
 errno_t exfat_bitmap_is_free(exfat_bs_t *bs, service_id_t service_id,
     exfat_cluster_t clst)
@@ -216,5 +215,4 @@
 }
 
-
 errno_t exfat_bitmap_append_clusters(exfat_bs_t *bs, exfat_node_t *nodep,
     exfat_cluster_t count)
@@ -239,5 +237,4 @@
 }
 
-
 errno_t exfat_bitmap_free_clusters(exfat_bs_t *bs, exfat_node_t *nodep,
     exfat_cluster_t count)
@@ -249,5 +246,4 @@
 	return exfat_bitmap_clear_clusters(bs, nodep->idx->service_id, lastc + 1, count);
 }
-
 
 errno_t exfat_bitmap_replicate_clusters(exfat_bs_t *bs, exfat_node_t *nodep)
@@ -267,6 +263,4 @@
 }
 
-
-
 /**
  * @}
Index: uspace/srv/fs/exfat/exfat_bitmap.h
===================================================================
--- uspace/srv/fs/exfat/exfat_bitmap.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/exfat/exfat_bitmap.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -60,5 +60,4 @@
     exfat_cluster_t, exfat_cluster_t);
 
-
 #endif
 
Index: uspace/srv/fs/exfat/exfat_dentry.h
===================================================================
--- uspace/srv/fs/exfat/exfat_dentry.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/exfat/exfat_dentry.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -57,5 +57,4 @@
 #define EXFAT_ATTR_SUBDIR	0x10
 #define EXFAT_ATTR_ARCHIVE	0x20
-
 
 /* All dentry structs should have 31 byte size */
@@ -122,5 +121,4 @@
 } __attribute__((packed)) exfat_name_dentry_t;
 
-
 typedef struct {
 	uint8_t type;
@@ -136,5 +134,4 @@
 } __attribute__((packed)) exfat_dentry_t;
 
-
 typedef enum {
 	EXFAT_DENTRY_SKIP,
@@ -149,5 +146,4 @@
 	EXFAT_DENTRY_NAME
 } exfat_dentry_clsf_t;
-
 
 extern exfat_dentry_clsf_t exfat_classify_dentry(const exfat_dentry_t *);
@@ -165,5 +161,4 @@
 extern size_t exfat_utf16_length(const uint16_t *);
 
-
 #endif
 
Index: uspace/srv/fs/exfat/exfat_directory.c
===================================================================
--- uspace/srv/fs/exfat/exfat_directory.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/exfat/exfat_directory.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -211,5 +211,4 @@
 }
 
-
 errno_t exfat_directory_read_file(exfat_directory_t *di, char *name, size_t size,
     exfat_file_dentry_t *df, exfat_stream_dentry_t *ds)
@@ -557,5 +556,4 @@
 }
 
-
 /**
  * @}
Index: uspace/srv/fs/exfat/exfat_directory.h
===================================================================
--- uspace/srv/fs/exfat/exfat_directory.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/exfat/exfat_directory.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -53,5 +53,4 @@
 } exfat_directory_t;
 
-
 extern void exfat_directory_init(exfat_directory_t *);
 extern errno_t exfat_directory_open(exfat_node_t *, exfat_directory_t *);
@@ -77,9 +76,7 @@
 extern errno_t exfat_directory_erase_file(exfat_directory_t *, aoff64_t);
 
-
 extern errno_t exfat_directory_expand(exfat_directory_t *);
 extern errno_t exfat_directory_lookup_free(exfat_directory_t *, size_t);
 extern errno_t exfat_directory_print(exfat_directory_t *);
-
 
 #endif
Index: uspace/srv/fs/exfat/exfat_fat.c
===================================================================
--- uspace/srv/fs/exfat/exfat_fat.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/exfat/exfat_fat.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -52,5 +52,4 @@
 #include <str.h>
 
-
 /**
  * The fat_alloc_lock mutex protects all copies of the File Allocation Table
@@ -218,5 +217,4 @@
 	return rc;
 }
-
 
 /** Get cluster from the FAT.
@@ -533,5 +531,4 @@
 }
 
-
 /** Perform basic sanity checks on the file system.
  *
Index: uspace/srv/fs/exfat/exfat_ops.c
===================================================================
--- uspace/srv/fs/exfat/exfat_ops.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/exfat/exfat_ops.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -283,5 +283,4 @@
 }
 
-
 /** Internal version of exfat_node_get().
  *
@@ -487,5 +486,4 @@
 }
 
-
 /*
  * EXFAT libfs operations.
@@ -506,5 +504,4 @@
 	return exfat_node_get(rfn, service_id, EXFAT_UCTABLE_IDX);
 }
-
 
 errno_t exfat_match(fs_node_t **rfn, fs_node_t *pfn, const char *component)
@@ -885,5 +882,4 @@
 }
 
-
 fs_index_t exfat_index_get(fs_node_t *fn)
 {
@@ -1232,5 +1228,4 @@
 	block_fini(service_id);
 }
-
 
 /*
Index: uspace/srv/fs/fat/fat_directory.h
===================================================================
--- uspace/srv/fs/fat/fat_directory.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/fat/fat_directory.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -51,5 +51,4 @@
 } fat_directory_t;
 
-
 extern errno_t fat_directory_open(fat_node_t *, fat_directory_t *);
 extern errno_t fat_directory_close(fat_directory_t *);
Index: uspace/srv/fs/fat/fat_fat.c
===================================================================
--- uspace/srv/fs/fat/fat_fat.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/fat/fat_fat.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -412,5 +412,4 @@
 	return rc;
 }
-
 
 /** Get cluster from the first FAT.
Index: uspace/srv/fs/fat/fat_ops.c
===================================================================
--- uspace/srv/fs/fat/fat_ops.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/fat/fat_ops.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -811,5 +811,4 @@
 	return EOK;
 }
-
 
 fs_index_t fat_index_get(fs_node_t *fn)
Index: uspace/srv/fs/locfs/locfs.c
===================================================================
--- uspace/srv/fs/locfs/locfs.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/locfs/locfs.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -73,5 +73,4 @@
 	}
 
-
 	if (!locfs_init()) {
 		printf("%s: failed to initialize locfs\n", NAME);
@@ -104,3 +103,2 @@
  * @}
  */
-
Index: uspace/srv/fs/mfs/mfs.c
===================================================================
--- uspace/srv/fs/mfs/mfs.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/mfs/mfs.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -106,3 +106,2 @@
  * @}
  */
-
Index: uspace/srv/fs/mfs/mfs.h
===================================================================
--- uspace/srv/fs/mfs/mfs.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/mfs/mfs.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -229,5 +229,4 @@
 mfs_count_free_inodes(struct mfs_instance *inst, uint32_t *inodes);
 
-
 /* mfs_utils.c */
 extern uint16_t
@@ -245,3 +244,2 @@
  * @}
  */
-
Index: uspace/srv/fs/mfs/mfs_balloc.c
===================================================================
--- uspace/srv/fs/mfs/mfs_balloc.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/mfs/mfs_balloc.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,5 +47,4 @@
 mfs_count_free_bits(struct mfs_instance *inst, bmap_id_t bid, uint32_t *free);
 
-
 /**Allocate a new inode.
  *
@@ -408,3 +407,2 @@
  * @}
  */
-
Index: uspace/srv/fs/mfs/mfs_dentry.c
===================================================================
--- uspace/srv/fs/mfs/mfs_dentry.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/mfs/mfs_dentry.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -264,7 +264,5 @@
 }
 
-
 /**
  * @}
  */
-
Index: uspace/srv/fs/mfs/mfs_inode.c
===================================================================
--- uspace/srv/fs/mfs/mfs_inode.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/mfs/mfs_inode.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -380,3 +380,2 @@
  * @}
  */
-
Index: uspace/srv/fs/mfs/mfs_ops.c
===================================================================
--- uspace/srv/fs/mfs/mfs_ops.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/mfs/mfs_ops.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -38,5 +38,4 @@
 #include <str.h>
 #include "mfs.h"
-
 
 static bool check_magic_number(uint16_t magic, bool *native,
@@ -278,5 +277,4 @@
 }
 
-
 static errno_t mfs_fsprobe(service_id_t service_id, vfs_fs_probe_info_t *info)
 {
@@ -1275,3 +1273,2 @@
  * @}
  */
-
Index: uspace/srv/fs/mfs/mfs_rw.c
===================================================================
--- uspace/srv/fs/mfs/mfs_rw.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/mfs/mfs_rw.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -50,5 +50,4 @@
 write_ind_zone(struct mfs_instance *inst, uint32_t zone, uint32_t *ind_zone);
 
-
 /**Given the position in the file expressed in
  * bytes, this function returns the on-disk block
@@ -405,7 +404,5 @@
 }
 
-
 /**
  * @}
  */
-
Index: uspace/srv/fs/mfs/mfs_utils.c
===================================================================
--- uspace/srv/fs/mfs/mfs_utils.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/mfs/mfs_utils.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -64,3 +64,2 @@
  * @}
  */
-
Index: uspace/srv/fs/tmpfs/tmpfs_ops.c
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -668,3 +668,2 @@
  * @}
  */
-
Index: uspace/srv/fs/udf/udf_volume.h
===================================================================
--- uspace/srv/fs/udf/udf_volume.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/fs/udf/udf_volume.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -118,5 +118,4 @@
 } __attribute__((packed)) udf_primary_volume_descriptor_t;
 
-
 /* Partition Descriptor (ECMA 167 3/10.5) */
 typedef struct udf_partition_descriptor {
Index: uspace/srv/hid/input/gsp.c
===================================================================
--- uspace/srv/hid/input/gsp.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/hid/input/gsp.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -92,5 +92,4 @@
 };
 
-
 static gsp_trans_t *trans_lookup(gsp_t *p, int state, int input);
 static void trans_insert(gsp_t *p, gsp_trans_t *t);
@@ -284,5 +283,4 @@
 }
 
-
 /**
  * @}
Index: uspace/srv/hid/input/input.c
===================================================================
--- uspace/srv/hid/input/input.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/hid/input/input.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -610,5 +610,4 @@
 }
 
-
 /** Add legacy drivers/devices. */
 static void kbd_add_legacy_devs(void)
Index: uspace/srv/hid/remcons/user.c
===================================================================
--- uspace/srv/hid/remcons/user.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/hid/remcons/user.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -151,5 +151,4 @@
 	fibril_mutex_unlock(&tmp->guard);
 
-
 	fibril_mutex_unlock(&users_guard);
 
@@ -362,5 +361,4 @@
 	}
 
-
 	errno_t rc = tcp_conn_send(user->conn, converted, converted_size);
 	free(converted);
Index: uspace/srv/hid/rfb/rfb.c
===================================================================
--- uspace/srv/hid/rfb/rfb.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/hid/rfb/rfb.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -60,5 +60,4 @@
 static size_t rbuf_in;
 
-
 /** Receive one character (with buffering) */
 static errno_t recv_char(tcp_conn_t *conn, char *c)
@@ -498,5 +497,4 @@
 		rfb->damage_rect.height = rfb->height;
 	}
-
 
 	/* We send only single raw rectangle right now */
Index: uspace/srv/hid/rfb/rfb.h
===================================================================
--- uspace/srv/hid/rfb/rfb.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/hid/rfb/rfb.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -163,5 +163,4 @@
 } rfb_t;
 
-
 extern errno_t rfb_init(rfb_t *, uint16_t, uint16_t, const char *);
 extern errno_t rfb_set_size(rfb_t *, uint16_t, uint16_t);
Index: uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h
===================================================================
--- uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -73,5 +73,4 @@
 #define SMUX_XP			7
 
-
 /* Fields in ADCTSC register */
 #define ADCTSC_DSUD_UP		0x0100
Index: uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c
===================================================================
--- uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -239,5 +239,4 @@
 }
 
-
 /** @}
  */
Index: uspace/srv/locsrv/category.c
===================================================================
--- uspace/srv/locsrv/category.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/locsrv/category.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -82,5 +82,4 @@
 }
 
-
 /** Initialize category structure. */
 static void category_init(category_t *cat, const char *name)
Index: uspace/srv/locsrv/category.h
===================================================================
--- uspace/srv/locsrv/category.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/locsrv/category.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -92,5 +92,4 @@
     size_t *);
 
-
 #endif
 
Index: uspace/srv/locsrv/locsrv.c
===================================================================
--- uspace/srv/locsrv/locsrv.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/locsrv/locsrv.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -1171,5 +1171,4 @@
 }
 
-
 static void loc_null_create(ipc_call_t *icall)
 {
@@ -1313,5 +1312,4 @@
 	async_answer_0(icall, retval);
 }
-
 
 /** Initialize location service.
Index: uspace/srv/logger/ctl.c
===================================================================
--- uspace/srv/logger/ctl.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/logger/ctl.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -104,5 +104,4 @@
 }
 
-
 /**
  * @}
Index: uspace/srv/logger/initlvl.c
===================================================================
--- uspace/srv/logger/initlvl.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/logger/initlvl.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -57,5 +57,4 @@
 	}
 
-
 	log_level_t level;
 	errno_t rc = log_level_from_str(value, &level);
Index: uspace/srv/logger/logger.h
===================================================================
--- uspace/srv/logger/logger.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/logger/logger.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -97,5 +97,4 @@
 errno_t set_default_logging_level(log_level_t);
 
-
 void logger_connection_handler_control(ipc_call_t *);
 void logger_connection_handler_writer(ipc_call_t *);
Index: uspace/srv/logger/logs.c
===================================================================
--- uspace/srv/logger/logs.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/logger/logs.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -37,8 +37,6 @@
 #include "logger.h"
 
-
 static FIBRIL_MUTEX_INITIALIZE(log_list_guard);
 static LIST_INITIALIZE(log_list);
-
 
 static logger_log_t *find_log_by_name_and_parent_no_list_lock(const char *name, logger_log_t *parent)
@@ -285,5 +283,4 @@
 }
 
-
 void write_to_log(logger_log_t *log, log_level_t level, const char *message)
 {
Index: uspace/srv/logger/writer.c
===================================================================
--- uspace/srv/logger/writer.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/logger/writer.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -47,5 +47,4 @@
 #include <str_error.h>
 #include "logger.h"
-
 
 static logger_log_t *handle_create_log(sysarg_t parent)
Index: uspace/srv/net/dnsrsrv/dns_msg.c
===================================================================
--- uspace/srv/net/dnsrsrv/dns_msg.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/net/dnsrsrv/dns_msg.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -616,5 +616,4 @@
 	log_msg(LOG_DEFAULT, LVL_DEBUG2, "qd_count=%zu", qd_count);
 
-
 	for (i = 0; i < qd_count; i++) {
 		rc = dns_question_decode(&msg->pdu, doff, &question, &field_eoff);
Index: uspace/srv/net/dnsrsrv/transport.c
===================================================================
--- uspace/srv/net/dnsrsrv/transport.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/net/dnsrsrv/transport.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -301,5 +301,4 @@
 }
 
-
 /** @}
  */
Index: uspace/srv/net/doc/doxygroups.h
===================================================================
--- uspace/srv/net/doc/doxygroups.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/net/doc/doxygroups.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -17,5 +17,4 @@
  *     @ingroup net
  */
-
 
 /**    @addtogroup slip slip
@@ -53,3 +52,2 @@
  *     @ingroup net
  */
-
Index: uspace/srv/net/inetsrv/addrobj.c
===================================================================
--- uspace/srv/net/inetsrv/addrobj.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/net/inetsrv/addrobj.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -167,5 +167,4 @@
 }
 
-
 /** Find address object on a link, with a specific name.
  *
Index: uspace/srv/net/inetsrv/sroute.h
===================================================================
--- uspace/srv/net/inetsrv/sroute.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/net/inetsrv/sroute.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -53,5 +53,4 @@
 extern errno_t inet_sroute_get_id_list(sysarg_t **, size_t *);
 
-
 #endif
 
Index: uspace/srv/net/tcp/conn.c
===================================================================
--- uspace/srv/net/tcp/conn.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/net/tcp/conn.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -541,5 +541,4 @@
 	conn->rcv_nxt = seg->seq + 1;
 	conn->irs = seg->seq;
-
 
 	log_msg(LOG_DEFAULT, LVL_DEBUG, "rcv_nxt=%u", conn->rcv_nxt);
Index: uspace/srv/net/tcp/rqueue.h
===================================================================
--- uspace/srv/net/tcp/rqueue.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/net/tcp/rqueue.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -44,5 +44,4 @@
 extern void tcp_rqueue_insert_seg(inet_ep2_t *, tcp_segment_t *);
 
-
 #endif
 
Index: uspace/srv/net/tcp/segment.c
===================================================================
--- uspace/srv/net/tcp/segment.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/net/tcp/segment.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -159,5 +159,4 @@
 }
 
-
 /** Trim segment from left and right by the specified amount.
  *
Index: uspace/srv/net/tcp/segment.h
===================================================================
--- uspace/srv/net/tcp/segment.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/net/tcp/segment.h	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -50,6 +50,4 @@
 extern void tcp_segment_dump(tcp_segment_t *);
 
-
-
 #endif
 
Index: uspace/srv/net/tcp/test/iqueue.c
===================================================================
--- uspace/srv/net/tcp/test/iqueue.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/net/tcp/test/iqueue.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -176,4 +176,3 @@
 }
 
-
 PCUT_EXPORT(iqueue);
Index: uspace/srv/net/tcp/test/tqueue.c
===================================================================
--- uspace/srv/net/tcp/test/tqueue.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/net/tcp/test/tqueue.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -68,5 +68,4 @@
 }
 
-
 /** Test  */
 PCUT_TEST(init_fini)
Index: uspace/srv/net/tcp/ucall.c
===================================================================
--- uspace/srv/net/tcp/ucall.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/net/tcp/ucall.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -141,5 +141,4 @@
 	}
 
-
 	if (conn->snd_buf_fin) {
 		tcp_conn_unlock(conn);
Index: uspace/srv/ns/task.c
===================================================================
--- uspace/srv/ns/task.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/ns/task.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -44,5 +44,4 @@
 #include "ns.h"
 
-
 /** Task hash table item. */
 typedef struct {
@@ -54,5 +53,4 @@
 	int retval;      /**< The return value. */
 } hashed_task_t;
-
 
 static size_t task_key_hash(void *key)
Index: uspace/srv/test/chardev-test/main.c
===================================================================
--- uspace/srv/test/chardev-test/main.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/test/chardev-test/main.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -147,5 +147,4 @@
 	}
 
-
 	printf("%s: Accepting connections\n", NAME);
 	task_retval(0);
Index: uspace/srv/vfs/vfs_file.c
===================================================================
--- uspace/srv/vfs/vfs_file.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/vfs/vfs_file.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -212,5 +212,4 @@
 			}
 
-
 			memset(vfs_data->files[i], 0, sizeof(vfs_file_t));
 
Index: uspace/srv/vfs/vfs_lookup.c
===================================================================
--- uspace/srv/vfs/vfs_lookup.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/vfs/vfs_lookup.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -351,5 +351,4 @@
 	assert(path[0] == '/');
 
-
 	if (lflag & (L_CREATE | L_UNLINK)) {
 
Index: uspace/srv/vfs/vfs_node.c
===================================================================
--- uspace/srv/vfs/vfs_node.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/vfs/vfs_node.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -259,5 +259,4 @@
 }
 
-
 /** Perform a remote node open operation.
  *
@@ -280,5 +279,4 @@
 	return rc;
 }
-
 
 static size_t nodes_key_hash(void *key)
Index: uspace/srv/volsrv/mkfs.c
===================================================================
--- uspace/srv/volsrv/mkfs.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/srv/volsrv/mkfs.c	(revision 09ab0a9afc9379f1604c0fd75cac2d9287ba022c)
@@ -101,5 +101,4 @@
 }
 
-
 errno_t volsrv_part_mkfs(service_id_t sid, vol_fstype_t fstype, const char *label)
 {
