From: Roy Marples Date: Thu, 15 Jan 2009 15:11:30 +0000 (+0000) Subject: Style. X-Git-Tag: v5.0.0~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97d81cf599ffbb8747377f8b3f15986171ad4f87;p=thirdparty%2Fdhcpcd.git Style. --- diff --git a/dhcpcd.c b/dhcpcd.c index 3e849994..58d1b882 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -1126,7 +1126,7 @@ handle_args(struct fd_list *fd, int argc, char **argv) return 0; } else if (strcmp(*argv, "--getinterfaces") == 0) { len = 0; - if (argv[1] == NULL ) { + if (argv[1] == NULL) { for (ifp = ifaces; ifp; ifp = ifp->next) len++; write(fd->fd, &len, sizeof(len));