Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3e10c2

Browse files
committed
merge 3.3
2 parents 33113a3 + 0f9b7d3 commit c3e10c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/traceback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ _Py_DisplaySourceLine(PyObject *f, PyObject *filename, int lineno, int indent)
324324
strcpy(buf, " ");
325325
assert (strlen(buf) == 10);
326326
while (indent > 0) {
327-
if(indent < 10)
327+
if (indent < 10)
328328
buf[indent] = '\0';
329329
err = PyFile_WriteString(buf, f);
330330
if (err != 0)

0 commit comments

Comments
 (0)