Fix some incorrect indentation around the main switch (#98177)
The `}` marked with `/* End instructions */` is the end of the switch.
There is another pair of `{}` around the switch, which is vestigial
from ancient times when it was `for (;;) { switch (opcode) { ... } }`.
All `DISPATCH` macro calls should be inside that pair. G
Guido van Rossum committed
f5d71073e61b69b3ab331736fd69dc6324405775
Parent: 5ecf961
Committed by GitHub <noreply@github.com>
on 10/11/2022, 11:45:53 PM