Skip to content

Commit 7416c66

Browse files
committed
[VPR] Code format fix
1 parent 63d1e99 commit 7416c66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpr/src/route/router_lookahead_map.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ static RRNodeId get_start_node(int start_x, int start_y, int target_x, int targe
562562
int start_lookup_x = start_x;
563563
int start_lookup_y = start_y;
564564

565-
566565
/* find first node in channel that has specified segment index and goes in the desired direction */
567566
for (const RRNodeId& node_id : device_ctx.rr_graph.node_lookup().find_channel_nodes(start_lookup_x, start_lookup_y, rr_type)) {
568567
if (!node_id) continue;

0 commit comments

Comments
 (0)