]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lldp: fix small indentation issue
authorVincent Bernat <vincent@bernat.im>
Sun, 4 Oct 2015 00:11:24 +0000 (02:11 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 4 Oct 2015 00:11:24 +0000 (02:11 +0200)
src/daemon/protocols/lldp.c

index 431b22fd76dbf1fbb972e3d5ed9b50e717ad8d76..5a5018bfffc9a6628423b8f42f144d08d6714b02 100644 (file)
@@ -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;