summaryrefslogtreecommitdiffstats
path: root/Python/getopt.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2022-10-11 23:45:53 (GMT)
committerGitHub <noreply@github.com>2022-10-11 23:45:53 (GMT)
commitf5d71073e61b69b3ab331736fd69dc6324405775 (patch)
tree055841e56a60562cfcbeb35c4fbf9e30e51dd55e /Python/getopt.c
parent5ecf961640192a2192383aa20e1e93dcdf23c9b6 (diff)
downloadcpython-f5d71073e61b69b3ab331736fd69dc6324405775.zip
cpython-f5d71073e61b69b3ab331736fd69dc6324405775.tar.gz
cpython-f5d71073e61b69b3ab331736fd69dc6324405775.tar.bz2
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.
Diffstat (limited to 'Python/getopt.c')
0 files changed, 0 insertions, 0 deletions