fine tuning for the verbose output

This commit is contained in:
tangxifan 2020-02-17 21:14:15 -07:00
parent 409b3f6896
commit 6060440b97
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ LbRRGraph build_lb_type_physical_lb_rr_graph(t_pb_graph_node* pb_graph_head,
lb_rr_graph.nodes().size());
VTR_LOGV(verbose,
"\n\tNumber of edges: %lu\n",
"\tNumber of edges: %lu\n",
lb_rr_graph.edges().size());
return lb_rr_graph;