Skip to content

Commit 7697cf8

Browse files
author
Muhammad Haris Zafar
committed
fixing format
1 parent 735b9e5 commit 7697cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/rr_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ void uniquify_edges(t_rr_edge_info_set& rr_edges_to_create) {
16881688
}
16891689

16901690
void alloc_and_load_edges(RRGraphBuilder& rr_graph_builder, const t_rr_edge_info_set& rr_edges_to_create) {
1691-
rr_graph_builder.alloc_and_load_edges(&rr_edges_to_create);
1691+
rr_graph_builder.alloc_and_load_edges(&rr_edges_to_create);
16921692
}
16931693

16941694
/* allocate pin to track map for each segment type individually and then combine into a single

0 commit comments

Comments
 (0)