Index: uspace/app/sysinst/futil.c
===================================================================
--- uspace/app/sysinst/futil.c	(revision 393302009dc835da26285d65656e166c29b4540f)
+++ uspace/app/sysinst/futil.c	(revision 202872234fa56c357a39df0a3cd16a73688b3ff4)
@@ -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 202872234fa56c357a39df0a3cd16a73688b3ff4)
@@ -52,5 +52,5 @@
 	uint16_t len;
 	uint16_t segment;
-} __attribute__ ((packed)) grub_boot_blocklist_t;
+} __attribute__((packed)) grub_boot_blocklist_t;
 
 #endif
