From: Roy Marples Date: Thu, 15 May 2008 15:48:15 +0000 (+0000) Subject: Style. X-Git-Tag: v4.0.2~392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca9d5445b39e6efa37de6cf86c99229dfab3167;p=thirdparty%2Fdhcpcd.git Style. --- diff --git a/if-bsd.c b/if-bsd.c index 66226b28..2cc0c2f3 100644 --- a/if-bsd.c +++ b/if-bsd.c @@ -154,8 +154,7 @@ if_route(const char *ifname, const struct in_addr *destination, ADDADDR(destination); - if (gateway->s_addr == INADDR_ANY) - { + if (gateway->s_addr == INADDR_ANY) { /* Make us a link layer socket */ hwaddr = xmalloc(sizeof(unsigned char) * HWADDR_LEN); do_interface(ifname, hwaddr, &hwlen, NULL, 0, 0);