diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-07 09:35:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-07 09:35:43 +0000 |
commit | 8e858e2700651a0e973169b579622cd3dcd0defd (patch) | |
tree | 4829004760bedec63aa8a72affe75591e482fe4a /util-linux/fdisk_sgi.c | |
parent | 41cca2b4f54a2c8dadd2469747aca91d891c0b15 (diff) | |
download | busybox-w32-8e858e2700651a0e973169b579622cd3dcd0defd.tar.gz busybox-w32-8e858e2700651a0e973169b579622cd3dcd0defd.tar.bz2 busybox-w32-8e858e2700651a0e973169b579622cd3dcd0defd.zip |
clean up accumulated whitespace damage
Diffstat (limited to 'util-linux/fdisk_sgi.c')
-rw-r--r-- | util-linux/fdisk_sgi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/fdisk_sgi.c b/util-linux/fdisk_sgi.c index bb354d8d9..937ac883b 100644 --- a/util-linux/fdisk_sgi.c +++ b/util-linux/fdisk_sgi.c | |||
@@ -356,9 +356,9 @@ sgi_set_swappartition(int i) | |||
356 | static int | 356 | static int |
357 | sgi_check_bootfile(const char* aFile) | 357 | sgi_check_bootfile(const char* aFile) |
358 | { | 358 | { |
359 | if (strlen(aFile) < 3) /* "/a\n" is minimum */ { | 359 | if (strlen(aFile) < 3) /* "/a\n" is minimum */ { |
360 | printf(_("\nInvalid Bootfile!\n" | 360 | printf(_("\nInvalid Bootfile!\n" |
361 | "\tThe bootfile must be an absolute non-zero pathname,\n" | 361 | "\tThe bootfile must be an absolute non-zero pathname,\n" |
362 | "\te.g. \"/unix\" or \"/unix.save\".\n")); | 362 | "\te.g. \"/unix\" or \"/unix.save\".\n")); |
363 | return 0; | 363 | return 0; |
364 | } else { | 364 | } else { |