Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5134a54

Browse files
committed
Fix minor whitespace nit, for consistency with Python's C style rules.
1 parent de4742b commit 5134a54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Py_Main(int argc, char **argv)
395395

396396
Py_Finalize();
397397
#ifdef RISCOS
398-
if(Py_RISCOSWimpFlag)
398+
if (Py_RISCOSWimpFlag)
399399
fprintf(stderr, "\x0cq\x0c"); /* make frontend quit */
400400
#endif
401401

0 commit comments

Comments
 (0)