Whitespace fixes.

This commit is contained in:
Stefan Tomanek
2015-04-01 17:55:07 +01:00
committed by Simon Kelley
parent 30d0879ed5
commit 7aa970e2c7
2 changed files with 8 additions and 8 deletions

View File

@@ -236,7 +236,7 @@ void tftp_request(struct listener *listen, time_t now)
if (ioctl(listen->tftpfd, SIOCGIFMTU, &ifr) != -1)
mtu = ifr.ifr_mtu;
}
if (name)
{
/* check for per-interface prefix */