Skip to content

Commit 27a6c15

Browse files
MohamedElgammalAlexandreSinger
MohamedElgammal
authored andcommitted
fix formatting
1 parent 05a4f85 commit 27a6c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/pack/re_cluster_util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ t_lb_router_data* lb_load_router_data(std::vector<t_lb_type_rr_node>* lb_type_rr
111111
for (auto atom_id : *clb_atoms) {
112112
add_atom_as_target(router_data, atom_id);
113113
const t_pb* pb = atom_ctx.lookup.atom_pb(atom_id);
114-
while(pb) {
114+
while (pb) {
115115
set_reset_pb_modes(router_data, pb, true);
116116
pb = pb->parent_pb;
117117
}

0 commit comments

Comments
 (0)