minor code formatting

This commit is contained in:
tangxifan 2020-03-12 11:47:42 -06:00
parent 689c50dff1
commit f1e8e78410
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ bool LbRouter::try_route_net(const LbRRGraph& lb_rr_graph,
std::vector<bool> sink_routed(lb_net_terminals_[net_idx].size(), false);
sink_routed[0] = true; /* Deposite true for source node */
if (is_skip_route_net(lb_rr_graph, lb_net_rt_trees_[net_idx])) {
if (true == is_skip_route_net(lb_rr_graph, lb_net_rt_trees_[net_idx])) {
return true;
}