From: Roy Marples Date: Tue, 9 Jun 2009 19:11:33 +0000 (+0000) Subject: Style. X-Git-Tag: v5.0.5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acf27bef359efc41693a9b632848c2a5b130b42e;p=thirdparty%2Fdhcpcd.git Style. --- diff --git a/dhcpcd.c b/dhcpcd.c index 96eb83e4..daf4e0ba 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -1689,9 +1689,7 @@ main(int argc, char **argv) ifc = argc - optind; ifv = argv + optind; if (options & DHCPCD_BACKGROUND || - (ifc == 0 && - options & DHCPCD_LINK && - options & DHCPCD_DAEMONISE)) + (ifc == 0 && options & DHCPCD_LINK && options & DHCPCD_DAEMONISE)) { daemonise(); } else if (options & DHCPCD_DAEMONISE) {