remove whitespace damage. No code changes

This commit is contained in:
Denis Vlasenko 2008-04-19 21:57:57 +00:00
parent 85d788e491
commit 5b3adae7e8

View File

@ -181,7 +181,7 @@ int ipcalc_main(int argc, char **argv)
bb_herror_msg_and_die("cannot find hostname for %s", argv[0]); bb_herror_msg_and_die("cannot find hostname for %s", argv[0]);
} }
str_tolower(hostinfo->h_name); str_tolower(hostinfo->h_name);
printf("HOSTNAME=%s\n", hostinfo->h_name); printf("HOSTNAME=%s\n", hostinfo->h_name);
} }
} }