Index: uspace/lib/minix/minix.h
===================================================================
--- uspace/lib/minix/minix.h	(revision cecba66ea48d60cfa59865e98aeda663808e42c7)
+++ uspace/lib/minix/minix.h	(revision 2f1c88e88f3d33245f94ca59d2b772d4dd5d1f56)
@@ -113,5 +113,5 @@
 	/* Total number of zones on the device (V2 only) */
 	uint32_t	s_nzones2;
-} __attribute__ ((packed));
+} __attribute__((packed));
 
 
@@ -144,5 +144,5 @@
 	/* Filesystem disk format version */
 	int8_t		s_disk_version;
-} __attribute__ ((packed));
+} __attribute__((packed));
 
 /* MinixFS V1 inode structure as it is on disk */
@@ -158,5 +158,5 @@
 	/* Block numbers for indirect zones */
 	uint16_t	i_izone[V1_NR_INDIRECT_ZONES];
-} __attribute__ ((packed));
+} __attribute__((packed));
 
 /* MinixFS V2 inode structure as it is on disk (also valid for V3). */
@@ -174,5 +174,5 @@
 	/* Block numbers for indirect zones */
 	uint32_t	i_izone[V2_NR_INDIRECT_ZONES];
-} __attribute__ ((packed));
+} __attribute__((packed));
 
 /* MinixFS V1/V2 directory entry on-disk structure */
