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

@ -138,7 +138,7 @@ uint32_t find_address(int check_expired)
/* no lease or it expired and we are checking for expired leases */
if ((!lease || (check_expired && lease_expired(lease)))
&& nobody_responds_to_arp(ret) /* it isn't used on the network */
&& nobody_responds_to_arp(ret) /* it isn't used on the network */
) {
return ret;
}