From ff75b38e6f04959b654ec2e6b6e8ae8011a7ba08 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 4 Oct 2015 02:11:24 +0200 Subject: [PATCH] lldp: fix small indentation issue --- src/daemon/protocols/lldp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5