fix formatting

This commit is contained in:
Benjamin Peterson 2011-10-03 19:35:07 -04:00
parent ccc51c1fc6
commit 4bfce8f81f
1 changed files with 2 additions and 2 deletions

View File

@ -1362,8 +1362,8 @@ unicode_resize(PyObject **p_unicode, Py_ssize_t length)
return -1;
_PyUnicode_CheckConsistency(*p_unicode);
return 0;
} else
return resize_inplace((PyUnicodeObject*)unicode, length);
}
return resize_inplace((PyUnicodeObject*)unicode, length);
}
int