summaryrefslogtreecommitdiffstats
path: root/zebra/irdp_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/irdp_main.c')
-rw-r--r--zebra/irdp_main.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/zebra/irdp_main.c b/zebra/irdp_main.c
index 5567d53c3..39e04480c 100644
--- a/zebra/irdp_main.c
+++ b/zebra/irdp_main.c
@@ -353,9 +353,5 @@ static int irdp_module_init(void)
return 0;
}
-FRR_MODULE_SETUP(
- .name = "zebra_irdp",
- .version = FRR_VERSION,
- .description = "zebra IRDP module",
- .init = irdp_module_init,
-)
+FRR_MODULE_SETUP(.name = "zebra_irdp", .version = FRR_VERSION,
+ .description = "zebra IRDP module", .init = irdp_module_init, )