remove accumulated stray trailing whitespace

This commit is contained in:
Denis Vlasenko
2007-07-17 21:42:59 +00:00
parent 150d2fa114
commit 49a128a156
8 changed files with 11 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ int read_interface(const char *interface, int *ifindex, uint32_t *addr, uint8_t
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);