From: Vincent Bernat Date: Sun, 4 Oct 2015 00:11:24 +0000 (+0200) Subject: lldp: fix small indentation issue X-Git-Tag: 0.8.0~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff75b38e6f04959b654ec2e6b6e8ae8011a7ba08;p=thirdparty%2Flldpd.git lldp: fix small indentation issue --- diff --git a/src/daemon/protocols/lldp.c b/src/daemon/protocols/lldp.c index 431b22fd..5a5018bf 100644 --- a/src/daemon/protocols/lldp.c +++ b/src/daemon/protocols/lldp.c @@ -751,8 +751,8 @@ lldp_decode(struct lldpd *cfg, char *frame, int s, if (mgmt == NULL) { assert(errno == ENOMEM); log_warn("lldp", "unable to allocate memory " - "for management address"); - goto malformed; + "for management address"); + goto malformed; } TAILQ_INSERT_TAIL(&chassis->c_mgmt, mgmt, m_entries); break;