Skip to content

Commit 4be872f

Browse files
committed
formatting
1 parent 5366e76 commit 4be872f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libarchfpga/src/arch_util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ static void free_pb_graph(t_pb_graph_node* pb_graph_node) {
330330
for (k = 0; k < pb_graph_node->pb_type->depth; k++) {
331331
delete[] pb_graph_node->output_pins[i][j].list_of_connectable_input_pin_ptrs[k];
332332
}
333-
delete[]pb_graph_node->output_pins[i][j].list_of_connectable_input_pin_ptrs;
333+
delete[] pb_graph_node->output_pins[i][j].list_of_connectable_input_pin_ptrs;
334334
}
335335

336336
if (pb_graph_node->output_pins[i][j].num_connectable_primitive_input_pins)

0 commit comments

Comments
 (0)