]> granicus.if.org Git - python/commit
Indent code inside if block. (GH-15284)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Aug 2019 16:38:22 +0000 (09:38 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2019 16:38:22 +0000 (09:38 -0700)
commit64db5aac6be73b14396bcde1648997e208b5a8da
tree0e5c732913f085af15014cca3a43e79d1585286c
parentf781283ff6042fa5bc220a1572effc38b545eb20
Indent code inside if block. (GH-15284)

Without indendation, seems like strcpy line is parallel to `if` condition.
(cherry picked from commit 69f37bcb28d7cd78255828029f895958b5baf6ff)

Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
Parser/tokenizer.c