Skip to content

Commit

Permalink
prevents line to long, newline after each non main cell
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Nov 14, 2022
1 parent ecab412 commit 56b07a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ref_gather.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ REF_FCN static REF_STATUS ref_gather_cell_id_tec(
for (node = 0; node < node_per; node++) {
fprintf(file, " " REF_GLOB_FMT, c2n[node + node_per * cell]);
}
fprintf(file, "\n");
}
}
ncell_actual += ncell;
Expand Down

0 comments on commit 56b07a3

Please sign in to comment.