Skip to content

Commit

Permalink
fixes indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ederc authored and fingolfin committed Mar 11, 2022
1 parent 7174d52 commit 86c9fd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Rings/msolve/msolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ function msolve(
rat_param = get_rational_parametrization(jl_ld, jl_len, jl_cf)

ccall((:free_msolve_julia_result_data, libmsolve), Nothing ,
(Ptr{Nothing}, Ptr{Ptr{Cint}}, Ptr{Ptr{Cvoid}},
Ptr{Ptr{Cvoid}}, Ptr{Ptr{Cint}}, Cint, Cint, Cint),
cglobal(:jl_free), res_len, res_cf, sols_num, sols_den,
jl_ld, jl_nb_sols, field_char)
(Ptr{Nothing}, Ptr{Ptr{Cint}}, Ptr{Ptr{Cvoid}},
Ptr{Ptr{Cvoid}}, Ptr{Ptr{Cint}}, Cint, Cint, Cint),
cglobal(:jl_free), res_len, res_cf, sols_num, sols_den,
jl_ld, jl_nb_sols, field_char)

return rat_param, solutions
end

0 comments on commit 86c9fd8

Please sign in to comment.