mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
fix spacing
This commit is contained in:
parent
04b01dc8f7
commit
0f9b7d32c7
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ _Py_DisplaySourceLine(PyObject *f, PyObject *filename, int lineno, int indent)
|
|||
strcpy(buf, " ");
|
||||
assert (strlen(buf) == 10);
|
||||
while (indent > 0) {
|
||||
if(indent < 10)
|
||||
if (indent < 10)
|
||||
buf[indent] = '\0';
|
||||
err = PyFile_WriteString(buf, f);
|
||||
if (err != 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue