From: Fred Drake Date: Thu, 17 Oct 2002 20:37:50 +0000 (+0000) Subject: Fix minor whitespace nit, for consistency with Python's C style rules. X-Git-Tag: v2.3c1~3745 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5134a54df995baa404d0334c7eb8c8218f30d9bf;p=python Fix minor whitespace nit, for consistency with Python's C style rules. --- diff --git a/Modules/main.c b/Modules/main.c index 102693a5ca..d480fba62e 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -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