From: Benjamin Peterson Date: Mon, 3 Oct 2011 23:35:07 +0000 (-0400) Subject: fix formatting X-Git-Tag: v3.3.0a1~1348 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bfce8f81f86bc0303fb049f6a68351742336aaa;p=thirdparty%2FPython%2Fcpython.git fix formatting --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 6d111bf9267a..70529c6c92c8 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -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