add space

This commit is contained in:
Benjamin Peterson 2010-07-02 19:41:39 +00:00
parent 2547ce7fd8
commit cf76d1f0c7
1 changed files with 1 additions and 1 deletions

View File

@ -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");