Commit 03fb8833 authored by Fred Drake's avatar Fred Drake

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

parent ac025c2a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment