diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-03 19:56:34 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-03 19:56:34 +0000 |
commit | 9275814a9e6a3af390c932238c0b1130de8d0edd (patch) | |
tree | beabb5991332e0e2af56b4cb885a8fd6fc7daae2 /util-linux/fdisk.c | |
parent | cf94446af7a75385955e0c4de2d5898b219f5719 (diff) | |
download | busybox-w32-9275814a9e6a3af390c932238c0b1130de8d0edd.tar.gz busybox-w32-9275814a9e6a3af390c932238c0b1130de8d0edd.tar.bz2 busybox-w32-9275814a9e6a3af390c932238c0b1130de8d0edd.zip |
lots of silly indent fixes
Diffstat (limited to 'util-linux/fdisk.c')
-rw-r--r-- | util-linux/fdisk.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 55f716657..85acaa4aa 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -4506,8 +4506,7 @@ change_sysid(void) | |||
4506 | label_sun != current_label_type && !get_nr_sects(p)) | 4506 | label_sun != current_label_type && !get_nr_sects(p)) |
4507 | { | 4507 | { |
4508 | printf(_("Partition %d does not exist yet!\n"), i + 1); | 4508 | printf(_("Partition %d does not exist yet!\n"), i + 1); |
4509 | }else{ | 4509 | } else while (1) { |
4510 | while (1) { | ||
4511 | sys = read_hex (get_sys_types()); | 4510 | sys = read_hex (get_sys_types()); |
4512 | 4511 | ||
4513 | if (!sys && label_sgi != current_label_type && | 4512 | if (!sys && label_sgi != current_label_type && |
@@ -4573,7 +4572,6 @@ change_sysid(void) | |||
4573 | dos_changed = 1; | 4572 | dos_changed = 1; |
4574 | break; | 4573 | break; |
4575 | } | 4574 | } |
4576 | } | ||
4577 | } | 4575 | } |
4578 | } | 4576 | } |
4579 | #endif /* CONFIG_FEATURE_FDISK_WRITABLE */ | 4577 | #endif /* CONFIG_FEATURE_FDISK_WRITABLE */ |