Kaydet (Commit) cf76d1f0 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add space

üst 2547ce7f
......@@ -1347,7 +1347,7 @@ float_hex(PyObject *v)
return float_str((PyFloatObject *)v);
if (x == 0.0) {
if(copysign(1.0, x) == -1.0)
if (copysign(1.0, x) == -1.0)
return PyString_FromString("-0x0.0p+0");
else
return PyString_FromString("0x0.0p+0");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment