summaryrefslogtreecommitdiff
path: root/zebra/irdp_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/irdp_interface.c')
-rw-r--r--zebra/irdp_interface.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/zebra/irdp_interface.c b/zebra/irdp_interface.c
index 8234ed6bdd..2c10ce86a0 100644
--- a/zebra/irdp_interface.c
+++ b/zebra/irdp_interface.c
@@ -63,14 +63,14 @@ extern int irdp_sock;
DEFINE_MTYPE_STATIC(ZEBRA, IRDP_IF, "IRDP interface data")
-#define IRDP_CONFIGED \
- do { \
- if (!irdp) { \
- vty_out(vty, "Please Configure IRDP before using this command\n"); \
- return CMD_WARNING_CONFIG_FAILED; \
- } \
- } \
- while (0)
+#define IRDP_CONFIGED \
+ do { \
+ if (!irdp) { \
+ vty_out(vty, \
+ "Please Configure IRDP before using this command\n"); \
+ return CMD_WARNING_CONFIG_FAILED; \
+ } \
+ } while (0)
static struct irdp_interface *irdp_if_get(struct interface *ifp)
{