Skip to content

Commit 041679d

Browse files
committed
Added small change so I can push changes to run CI again
1 parent 56c4842 commit 041679d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vpr/src/pack/cluster.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3959,6 +3959,7 @@ static void print_le_count(std::vector<int>& le_count, const t_pb_type* le_pb_ty
39593959
*/
39603960
static t_pb* get_top_level_pb(t_pb* pb) {
39613961
t_pb* top_level_pb = pb;
3962+
39623963
while (pb) {
39633964
top_level_pb = pb;
39643965
pb = pb->parent_pb;

0 commit comments

Comments
 (0)