Style nit.

This commit is contained in:
Mark Dickinson 2010-07-06 15:11:44 +00:00
parent c15dfd63b3
commit 21a1f734fb
1 changed files with 1 additions and 1 deletions

View File

@ -1422,7 +1422,7 @@ float_fromhex(PyObject *cls, PyObject *arg)
round_up = 1;
break;
}
if (round_up == 1) {
if (round_up) {
x += 2*half_eps;
if (top_exp == DBL_MAX_EXP &&
x == ldexp((double)(2*half_eps), DBL_MANT_DIG))