Index: uspace/app/sysinst/futil.c
===================================================================
--- uspace/app/sysinst/futil.c	(revision 393302009dc835da26285d65656e166c29b4540f)
+++ uspace/app/sysinst/futil.c	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -78,5 +78,5 @@
 			break;
 
-		rc= vfs_write(df, &posw, buf, nr, &nw);
+		rc = vfs_write(df, &posw, buf, nr, &nw);
 		if (rc != EOK)
 			goto error;
Index: uspace/app/sysinst/grub.h
===================================================================
--- uspace/app/sysinst/grub.h	(revision 393302009dc835da26285d65656e166c29b4540f)
+++ uspace/app/sysinst/grub.h	(revision 3f932a7eeaf8b09420c71c95d09792b4ef55221a)
@@ -52,5 +52,5 @@
 	uint16_t len;
 	uint16_t segment;
-} __attribute__ ((packed)) grub_boot_blocklist_t;
+} __attribute__((packed)) grub_boot_blocklist_t;
 
 #endif
