From: Vincent Bernat Date: Thu, 4 Dec 2014 22:15:46 +0000 (+0100) Subject: lldpd: fix coding style in latest commit X-Git-Tag: 0.7.13~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59ca5ddb80fe7f549550876bcea15863dd7eb118;p=thirdparty%2Flldpd.git lldpd: fix coding style in latest commit --- diff --git a/src/daemon/lldpd.c b/src/daemon/lldpd.c index 169e30f6..9ec7ac7c 100644 --- a/src/daemon/lldpd.c +++ b/src/daemon/lldpd.c @@ -1455,9 +1455,7 @@ lldpd_main(int argc, char *argv[], char *envp[]) } } - if ( ctlname == NULL ) { - ctlname = LLDPD_CTL_SOCKET; - } + if (ctlname == NULL) ctlname = LLDPD_CTL_SOCKET; /* Set correct smart mode */ for (i=0; (filters[i].a != -1) && (filters[i].a != smart); i++);