summaryrefslogtreecommitdiff
path: root/ldpd/neighbor.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldpd/neighbor.c')
-rw-r--r--ldpd/neighbor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldpd/neighbor.c b/ldpd/neighbor.c
index 23c67ec1ca..e884b3ebfc 100644
--- a/ldpd/neighbor.c
+++ b/ldpd/neighbor.c
@@ -26,7 +26,8 @@
#include "lde.h"
#include "log.h"
-DEFINE_HOOK(ldp_nbr_state_change, (struct nbr * nbr, int old_state), (nbr, old_state))
+DEFINE_HOOK(ldp_nbr_state_change, (struct nbr * nbr, int old_state),
+ (nbr, old_state));
static __inline int nbr_id_compare(const struct nbr *, const struct nbr *);
static __inline int nbr_addr_compare(const struct nbr *,