Restore comment indentation.

This commit is contained in:
Mark Shannon 2021-01-05 11:00:14 +00:00
parent 5c4d701a34
commit 22b8c992ea
1 changed files with 2 additions and 2 deletions

View File

@ -4995,8 +4995,8 @@ maybe_call_line_trace(Py_tracefunc func, PyObject *obj,
int result = 0;
/* If the last instruction falls at the start of a line or if it
represents a jump backwards, update the frame's line number and
then call the trace function if we're tracing source lines.
represents a jump backwards, update the frame's line number and
then call the trace function if we're tracing source lines.
*/
int lastline = bounds->ar_line;
int line = _PyCode_CheckLineNumber(frame->f_lasti, bounds);