diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-19 21:57:57 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-19 21:57:57 +0000 |
commit | 5b3adae7e844f87febdcae15e0f3a652839fe750 (patch) | |
tree | d231746058890e2418f3c2705302806fa244af1d /networking/ipcalc.c | |
parent | 85d788e491a1678f5aa5eb0392445c61b218e19b (diff) | |
download | busybox-w32-5b3adae7e844f87febdcae15e0f3a652839fe750.tar.gz busybox-w32-5b3adae7e844f87febdcae15e0f3a652839fe750.tar.bz2 busybox-w32-5b3adae7e844f87febdcae15e0f3a652839fe750.zip |
remove whitespace damage. No code changes
Diffstat (limited to 'networking/ipcalc.c')
-rw-r--r-- | networking/ipcalc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
181 | bb_herror_msg_and_die("cannot find hostname for %s", argv[0]); | 181 | bb_herror_msg_and_die("cannot find hostname for %s", argv[0]); |
182 | } | 182 | } |
183 | str_tolower(hostinfo->h_name); | 183 | str_tolower(hostinfo->h_name); |
184 | 184 | ||
185 | printf("HOSTNAME=%s\n", hostinfo->h_name); | 185 | printf("HOSTNAME=%s\n", hostinfo->h_name); |
186 | } | 186 | } |
187 | } | 187 | } |