Skip to content

Commit faa099d

Browse files
committed
make format
1 parent c658a87 commit faa099d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libs/libarchfpga/src/arch_util.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ static void free_pb_type(t_pb_type* pb_type) {
329329
delete[] pb_type->modes[i].interconnect;
330330
delete (pb_type->modes[i].mode_power);
331331
}
332-
332+
333333
delete[] pb_type->modes;
334334

335335
for (int i = 0; i < pb_type->num_annotations; ++i) {
@@ -338,10 +338,8 @@ static void free_pb_type(t_pb_type* pb_type) {
338338
vtr::free(pb_type->annotations[i].clock);
339339
}
340340
delete[] pb_type->annotations;
341-
342341

343342
delete pb_type->pb_type_power;
344-
345343

346344
for (int i = 0; i < pb_type->num_ports; ++i) {
347345
vtr::free(pb_type->ports[i].name);

0 commit comments

Comments
 (0)