Index: uspace/lib/ext4/include/ext4/ialloc.h
===================================================================
--- uspace/lib/ext4/include/ext4/ialloc.h	(revision aab85d90491f3f45f389ff54ed1149c7ec03a816)
+++ uspace/lib/ext4/include/ext4/ialloc.h	(revision 460ea7ed2af9977b884414b68b2f7b94fa472cfd)
@@ -42,5 +42,4 @@
     bool);
 
-
 #endif
 
Index: uspace/lib/ext4/include/ext4/ops.h
===================================================================
--- uspace/lib/ext4/include/ext4/ops.h	(revision aab85d90491f3f45f389ff54ed1149c7ec03a816)
+++ uspace/lib/ext4/include/ext4/ops.h	(revision 460ea7ed2af9977b884414b68b2f7b94fa472cfd)
@@ -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 aab85d90491f3f45f389ff54ed1149c7ec03a816)
+++ uspace/lib/ext4/include/ext4/types.h	(revision 460ea7ed2af9977b884414b68b2f7b94fa472cfd)
@@ -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
 
