Skip to content

Commit aa62100

Browse files
make format
1 parent 9807cd0 commit aa62100

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

vpr/src/place/net_cost_handler.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,13 @@ void NetCostHandler::update_net_bb_(const ClusterNetId net,
228228

229229
//Incremental bounding box update
230230
update_bb_(net,
231-
{pl_moved_block.old_loc.x + pin_width_offset,
232-
pl_moved_block.old_loc.y + pin_height_offset,
233-
pl_moved_block.old_loc.layer},
234-
{pl_moved_block.new_loc.x + pin_width_offset,
235-
pl_moved_block.new_loc.y + pin_height_offset,
236-
pl_moved_block.new_loc.layer},
237-
is_driver);
231+
{pl_moved_block.old_loc.x + pin_width_offset,
232+
pl_moved_block.old_loc.y + pin_height_offset,
233+
pl_moved_block.old_loc.layer},
234+
{pl_moved_block.new_loc.x + pin_width_offset,
235+
pl_moved_block.new_loc.y + pin_height_offset,
236+
pl_moved_block.new_loc.layer},
237+
is_driver);
238238
}
239239
}
240240

0 commit comments

Comments
 (0)