]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Indent code inside if block. (GH-15284)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Aug 2019 16:46:47 +0000 (09:46 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2019 16:46:47 +0000 (09:46 -0700)
commit6ac851fadf52ccaf8a14abe1b5e6a74bd6eec69e
treeb1afdb47e7e8f92d61fb3c81f626504013e64c11
parent2b9b70765ce4d955cc2e250878694885363770b8
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