diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-07 09:35:43 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-07 09:35:43 +0000 |
commit | e192b560aa95b995dbc7f89da2f9a83db793f267 (patch) | |
tree | 4829004760bedec63aa8a72affe75591e482fe4a /util-linux | |
parent | 70c0a771c1278b6b47c7506d79320b7a387fb4b4 (diff) | |
download | busybox-w32-e192b560aa95b995dbc7f89da2f9a83db793f267.tar.gz busybox-w32-e192b560aa95b995dbc7f89da2f9a83db793f267.tar.bz2 busybox-w32-e192b560aa95b995dbc7f89da2f9a83db793f267.zip |
clean up accumulated whitespace damage
git-svn-id: svn://busybox.net/trunk/busybox@18020 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-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 { |