commit | 6967578728a3eef43b7b2be4080dafc1b87f528d | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 14 01:34:48 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 14 01:34:48 2013 +0100 |
tree | 76b79c4c81ce8e5ad4e57df5119efecef810e673 | |
parent | 52185155088d0910d29c7f4fdf5cb3eecaac8965 [diff] [blame] |
whitespace fixes. no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index c0be15a..39eb27b 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c
@@ -3023,7 +3023,7 @@ printf("\nThe current boot file is: %s\n", sgi_get_bootfile()); if (read_maybe_empty("Please enter the name of the " - "new boot file: ") == '\n') + "new boot file: ") == '\n') printf("Boot file unchanged\n"); else sgi_set_bootfile(line_ptr);