From: Denis Vlasenko Date: Sat, 19 Apr 2008 21:57:57 +0000 (-0000) Subject: remove whitespace damage. No code changes X-Git-Tag: 1_11_0~317 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5b3adae7e844f87febdcae15e0f3a652839fe750;p=oweals%2Fbusybox.git remove whitespace damage. No code changes --- diff --git a/networking/ipcalc.c b/networking/ipcalc.c index 8578893af..d8fa5f3f2 100644 --- a/networking/ipcalc.c +++ b/networking/ipcalc.c @@ -181,7 +181,7 @@ int ipcalc_main(int argc, char **argv) bb_herror_msg_and_die("cannot find hostname for %s", argv[0]); } str_tolower(hostinfo->h_name); - + printf("HOSTNAME=%s\n", hostinfo->h_name); } }