]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Style.
authorRoy Marples <roy@marples.name>
Thu, 10 Jul 2008 15:31:37 +0000 (15:31 +0000)
committerRoy Marples <roy@marples.name>
Thu, 10 Jul 2008 15:31:37 +0000 (15:31 +0000)
net.c

diff --git a/net.c b/net.c
index 2243051a6f0fa8872a51c3b71102d7644482fced..4dae17b53f7f6d6e7be12407c80494f88ced0e79 100644 (file)
--- a/net.c
+++ b/net.c
@@ -647,7 +647,6 @@ send_arp(const struct interface *iface, int op, in_addr_t sip, in_addr_t tip)
        /* Zero pad if needed */
        while (p < (uint8_t *)arp + arpsize)
                *p++ = '\0';
-
        retval = send_raw_packet(iface, ETHERTYPE_ARP, arp, arpsize);
        free(arp);
        return retval;