clean up accumulated whitespace damage

This commit is contained in:
Denis Vlasenko
2007-03-07 09:35:43 +00:00
parent 41cca2b4f5
commit 8e858e2700
19 changed files with 31 additions and 30 deletions

View File

@@ -356,9 +356,9 @@ sgi_set_swappartition(int i)
static int
sgi_check_bootfile(const char* aFile)
{
if (strlen(aFile) < 3) /* "/a\n" is minimum */ {
printf(_("\nInvalid Bootfile!\n"
"\tThe bootfile must be an absolute non-zero pathname,\n"
if (strlen(aFile) < 3) /* "/a\n" is minimum */ {
printf(_("\nInvalid Bootfile!\n"
"\tThe bootfile must be an absolute non-zero pathname,\n"
"\te.g. \"/unix\" or \"/unix.save\".\n"));
return 0;
} else {