commit | 083e172641b64c564b7ec5478197dccbde43b421 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Jan 28 12:30:24 2010 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Jan 28 12:30:24 2010 +0100 |
tree | ed2cbfa8c4ad1c39a25c84bce8eb6ff224b623ed | |
parent | 6b9f1633537e2ff06eb1a0741e4598a294f40fcb [diff] [blame] |
style fixes, no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/util-linux/fdisk_sun.c b/util-linux/fdisk_sun.c index fa6f7e4..463082f 100644 --- a/util-linux/fdisk_sun.c +++ b/util-linux/fdisk_sun.c
@@ -480,7 +480,7 @@ return; } - fetch_sun(starts,lens,&start,&stop); + fetch_sun(starts, lens, &start, &stop); if (stop <= start) { if (n == 2) whole_disk = 1;