diff options
author | Denis Vlasenko | 2006-10-03 19:56:34 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-10-03 19:56:34 +0000 |
commit | 9275814a9e6a3af390c932238c0b1130de8d0edd (patch) | |
tree | beabb5991332e0e2af56b4cb885a8fd6fc7daae2 /util-linux/fdisk.c | |
parent | cf94446af7a75385955e0c4de2d5898b219f5719 (diff) | |
download | busybox-9275814a9e6a3af390c932238c0b1130de8d0edd.zip busybox-9275814a9e6a3af390c932238c0b1130de8d0edd.tar.gz |
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 55f7166..85acaa4 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c @@ -4506,8 +4506,7 @@ change_sysid(void) 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 @@ change_sysid(void) dos_changed = 1; break; } - } } } #endif /* CONFIG_FEATURE_FDISK_WRITABLE */ |