Skip to content

Commit 652e8cf

Browse files
committed
Run make format.
Signed-off-by: Keith Rothman <[email protected]>
1 parent 74bdc5f commit 652e8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/route_timing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ static void timing_driven_expand_cheapest(t_heap* cheapest,
16281628
target_node,
16291629
router_stats);
16301630
} else {
1631-
//Post-heap prune, do not re-explore from the current/new partial path as it
1631+
//Post-heap prune, do not re-explore from the current/new partial path as it
16321632
//has worse cost than the best partial path to this node found so far
16331633
VTR_LOGV_DEBUG(f_router_debug, " Worse cost to %d\n", inode);
16341634
VTR_LOGV_DEBUG(f_router_debug, " Old total cost: %g\n", best_total_cost);

0 commit comments

Comments
 (0)