lots of silly indent fixes
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 55f7166..85acaa4 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.c
@@ -4506,8 +4506,7 @@
 		label_sun != current_label_type && !get_nr_sects(p))
 	{
 		printf(_("Partition %d does not exist yet!\n"), i + 1);
-	}else{
-	    while (1) {
+	} else while (1) {
 		sys = read_hex (get_sys_types());
 
 		if (!sys && label_sgi != current_label_type &&
@@ -4573,7 +4572,6 @@
 				dos_changed = 1;
 			break;
 		}
-	    }
 	}
 }
 #endif /* CONFIG_FEATURE_FDISK_WRITABLE */