Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Vasudeo Desai committed Dec 18, 2024
1 parent 2727293 commit 65841c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rst/interp_float/segmen2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ int IL_interp_segments_2d(
}
else if (segtest == 1) {
if (params->matrix_create(params, data->points,
data->n_points - 1, matrix, indx) < 0) {
data->n_points - 1, matrix,
indx) < 0) {
G_free(point);
return -1;
}
Expand Down

0 comments on commit 65841c8

Please sign in to comment.