Skip to content

Commit e6ba537

Browse files
make format
1 parent 6926bf4 commit e6ba537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vpr/src/route/router_lookahead/router_lookahead_map_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ static std::vector<t_signature_member> get_surrounding_blocks_signature(const t_
12551255
record_neighbour(LEFT, height_offset, root_loc.x - 1, root_loc.y + height_offset);
12561256
record_neighbour(RIGHT, height_offset, root_loc.x + tile_type->width, root_loc.y + height_offset);
12571257
}
1258-
1258+
12591259
// Bottom and top sides
12601260
for (int width_offset = 0; width_offset < tile_type->width; width_offset++) {
12611261
record_neighbour(BOTTOM, width_offset, root_loc.x + width_offset, root_loc.y - 1);

0 commit comments

Comments
 (0)