8000 Restore indentation · python/cpython@d452c37 · GitHub
[go: up one dir, main page]

Skip to content

Commit d452c37

Browse files
committed
Restore indentation
1 parent f362f9a commit d452c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/ceval.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
689689
#ifdef Py_STATS
690690
int lastopcode = 0;
691691
#endif
692-
uint8_t opcode; /* Current opcode */
693-
int oparg; /* Current opcode argument, if any */
692+
uint8_t opcode; /* Current opcode */
693+
int oparg; /* Current opcode argument, if any */
694694
#ifdef LLTRACE
695695
int lltrace = 0;
696696
#endif

0 commit comments

Comments
 (0)
0