summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_main.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-04-08 14:44:58 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-04-08 14:44:58 -0400
commitf9e5c9ca061ae9d8693a766bff99b4ec63b6f5f9 (patch)
tree2d02c2e44cf49608e89749ecebf9569defc599f8 /eigrpd/eigrp_main.c
parent962251aeff2989b46e19cf7535371a160472e02f (diff)
eigrpd: Cleanup tab/spacing of the *.c files
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_main.c')
-rw-r--r--eigrpd/eigrp_main.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/eigrpd/eigrp_main.c b/eigrpd/eigrp_main.c
index 85a97e79ab..6a5e3b1a04 100644
--- a/eigrpd/eigrp_main.c
+++ b/eigrpd/eigrp_main.c
@@ -91,9 +91,9 @@ struct zebra_privs_t eigrpd_privs =
/* EIGRPd options. */
struct option longopts[] =
-{
- { 0 }
-};
+ {
+ { 0 }
+ };
/* Master of threads. */
struct thread_master *master;
@@ -211,11 +211,11 @@ main (int argc, char **argv, char **envp)
prefix_list_delete_hook (eigrp_distribute_update_all);
/*eigrp_route_map_init();
- route_map_add_hook (eigrp_rmap_update);
- route_map_delete_hook (eigrp_rmap_update);*/
+ route_map_add_hook (eigrp_rmap_update);
+ route_map_delete_hook (eigrp_rmap_update);*/
/*if_rmap_init (EIGRP_NODE);
- if_rmap_hook_add (eigrp_if_rmap_update);
- if_rmap_hook_delete (eigrp_if_rmap_update);*/
+ if_rmap_hook_add (eigrp_if_rmap_update);
+ if_rmap_hook_delete (eigrp_if_rmap_update);*/
/* Distribute list install. */
distribute_list_init (EIGRP_NODE);