Fix minor whitespace nit, for consistency with Python's C style rules.
This commit is contained in:
parent
de4742b87f
commit
5134a54df9
|
@ -395,7 +395,7 @@ Py_Main(int argc, char **argv)
|
|||
|
||||
Py_Finalize();
|
||||
#ifdef RISCOS
|
||||
if(Py_RISCOSWimpFlag)
|
||||
if (Py_RISCOSWimpFlag)
|
||||
fprintf(stderr, "\x0cq\x0c"); /* make frontend quit */
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue