commit | 4bfce8f81f86bc0303fb049f6a68351742336aaa | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Oct 03 19:35:07 2011 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Oct 03 19:35:07 2011 -0400 |
tree | 7dc012185030eb78a413b351863146dec286821a | |
parent | ccc51c1fc6acb3ed9b957528c26287cac43ed942 [diff] [blame] |
fix formatting
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 6d111bf..70529c6 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c
@@ -1362,8 +1362,8 @@ return -1; _PyUnicode_CheckConsistency(*p_unicode); return 0; - } else - return resize_inplace((PyUnicodeObject*)unicode, length); + } + return resize_inplace((PyUnicodeObject*)unicode, length); } int