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();
|
Py_Finalize();
|
||||||
#ifdef RISCOS
|
#ifdef RISCOS
|
||||||
if(Py_RISCOSWimpFlag)
|
if (Py_RISCOSWimpFlag)
|
||||||
fprintf(stderr, "\x0cq\x0c"); /* make frontend quit */
|
fprintf(stderr, "\x0cq\x0c"); /* make frontend quit */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue