Skip to content

Commit 2f84367

Browse files
committed
make format
1 parent f27ce5d commit 2f84367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/route/rr_graph_generation/rr_graph_area.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ static void count_bidir_routing_transistors(int num_switch, float R_minW_nmos, f
291291

292292
// Get most frequent ipin switch
293293
std::pair<RRSwitchId, size_t> most_frequent_ipin_switch_pair = std::ranges::max(ipin_switch_count,
294-
{},
295-
[](const auto& p) { return p.second; });
294+
{},
295+
[](const auto& p) { return p.second; });
296296
RRSwitchId most_frequent_ipin_switch = most_frequent_ipin_switch_pair.first;
297297

298298
input_cblock_trans = get_cblock_trans(num_inputs_to_cblock,

0 commit comments

Comments
 (0)