mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix minor whitespace nit, for consistency with Python's C style rules.
This commit is contained in:
parent
de4742b87f
commit
5134a54df9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue