Fix minor whitespace nit, for consistency with Python's C style rules.

This commit is contained in:
Fred Drake 2002-10-17 20:37:50 +00:00
parent de4742b87f
commit 5134a54df9
1 changed files with 1 additions and 1 deletions

View File

@ -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