commit | 49a128a1565520069737ae9602155d8627d7c84c | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jul 17 21:42:59 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jul 17 21:42:59 2007 +0000 |
tree | b1d76d8d1976dbd0cf6e2ef9c61976aadd464ed1 | |
parent | 150d2fa114d626761a67e529959433226793e733 [diff] [blame] |
remove accumulated stray trailing whitespace
diff --git a/networking/udhcp/socket.c b/networking/udhcp/socket.c index 21a0585..648f762 100644 --- a/networking/udhcp/socket.c +++ b/networking/udhcp/socket.c
@@ -53,7 +53,7 @@ ifr.ifr_addr.sa_family = AF_INET; strncpy(ifr.ifr_name, interface, sizeof(ifr.ifr_name)); if (addr) { - if (ioctl_or_perror(fd, SIOCGIFADDR, &ifr, + if (ioctl_or_perror(fd, SIOCGIFADDR, &ifr, "is interface %s up and configured?", interface) ) { close(fd);