]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/test-checksum.c
*: nuke ^L (page feed)
[mirror_frr.git] / tests / test-checksum.c
index fc4eb02d09991dd6443f2c01718211862fbb4952..921b58c40e8a0d704c66374dcaadfa4a78a77ffe 100644 (file)
@@ -24,7 +24,7 @@ typedef uint16_t testoff_t;
 
 /* Fletcher Checksum -- Refer to RFC1008. */
 #define MODX                 4102
-\f
+
 /* Accumulator phase of checksum */
 static 
 struct acc_vals
@@ -263,7 +263,7 @@ struct reductions_t {
   { .name = "isisd-mody",      .f = reduce_isisd_mody },
   { NULL, NULL },
 };
-\f
+
 /* The original ospfd checksum */
 static u_int16_t
 ospfd_checksum (u_char *buffer, testsz_t len, testoff_t off)