]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/distribute.c
*: nuke ^L (page feed)
[mirror_frr.git] / lib / distribute.c
index 8d6f637749692c026813f4fe6138780fdd574ecb..ba8043cf9e086dd8b60e28eb48b52a18ecf4777e 100644 (file)
@@ -34,7 +34,7 @@ struct hash *disthash;
 /* Hook functions. */
 void (*distribute_add_hook) (struct distribute *);
 void (*distribute_delete_hook) (struct distribute *);
-\f
+
 static struct distribute *
 distribute_new (void)
 {
@@ -133,7 +133,7 @@ distribute_cmp (const struct distribute *dist1, const struct distribute *dist2)
     return 1;
   return 0;
 }
-\f
+
 /* Set access-list name to the distribute list. */
 static struct distribute *
 distribute_list_set (const char *ifname, enum distribute_type type,