Index: uspace/lib/ext4/include/ext4/types.h
===================================================================
--- uspace/lib/ext4/include/ext4/types.h	(revision a35b458e9db1ca95e679799dc7c1b12c83359ca3)
+++ uspace/lib/ext4/include/ext4/types.h	(revision ae84e3892dd1e1f3e2960d96fa8cc139cbe29a0f)
@@ -323,5 +323,5 @@
 			uint32_t author;
 		} hurd2;
-	} __attribute__ ((packed)) osd2;
+	} __attribute__((packed)) osd2;
 
 	uint16_t extra_isize;
@@ -333,5 +333,5 @@
 	uint32_t crtime_extra;  /* Extra file creation time (nsec << 2 | epoch) */
 	uint32_t version_hi;    /* High 32 bits for 64-bit version */
-} __attribute__ ((packed)) ext4_inode_t;
+} __attribute__((packed)) ext4_inode_t;
 
 #define EXT4_INODE_MODE_FIFO       0x1000
@@ -407,5 +407,5 @@
 		uint8_t name_length_high;  /* Higher 8 bits of name length */
 		uint8_t inode_type;        /* Type of referenced inode (in rev >= 0.5) */
-	} __attribute__ ((packed));
+	} __attribute__((packed));
 
 	uint8_t name[EXT4_DIRECTORY_FILENAME_LEN];  /* Entry name */
