]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_route.c
*: style for EC replacements
[mirror_frr.git] / ospf6d / ospf6_route.c
index 3f064e16fa80510f887994ec610e7ac293b4a3a5..bba3c0db5e3f108d097d5a98d5a4b03de0c56bd8 100644 (file)
@@ -575,7 +575,8 @@ static void route_table_assert(struct ospf6_route_table *table)
                return;
 
        flog_err(EC_LIB_DEVELOPMENT, "PANIC !!");
-       flog_err(EC_LIB_DEVELOPMENT, "Something has gone wrong with ospf6_route_table[%p]", table);
+       flog_err(EC_LIB_DEVELOPMENT,
+                "Something has gone wrong with ospf6_route_table[%p]", table);
        zlog_debug("table count = %d, real number = %d", table->count, num);
        zlog_debug("DUMP START");
        for (r = ospf6_route_head(table); r; r = ospf6_route_next(r)) {