Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hycakir committed Dec 14, 2023
1 parent 255f543 commit 78ba246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/mpfr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function BigFloat(x::Base.BitInteger64, r::MPFRRoundingMode=ROUNDING_MODE[]; pre
return z
else
# If Clong is 32 bit, MPFR does not have a method for (U)Int64 on Windows
return sizeof(x) <= sizeof(Clong) ?
return sizeof(x) <= sizeof(Clong) ?
BigFloat_mpfr_fallback(x, r; precision)::BigFloat :
BigFloat(BigInt(x), r; precision)
end
Expand Down

0 comments on commit 78ba246

Please sign in to comment.