mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
Fix indentation
This commit is contained in:
parent
3376d64d62
commit
0031ff3f1c
2 changed files with 2 additions and 2 deletions
|
|
@ -317,7 +317,7 @@ PyCode_Optimize(PyObject *code, PyObject* consts, PyObject *names,
|
|||
if (codestr == NULL)
|
||||
goto exitUnchanged;
|
||||
codestr = (unsigned char *)memcpy(codestr,
|
||||
PyString_AS_STRING(code), codelen);
|
||||
PyString_AS_STRING(code), codelen);
|
||||
|
||||
/* Verify that RETURN_VALUE terminates the codestring. This allows
|
||||
the various transformation patterns to look ahead several
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue