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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5134a54df995baa404d0334c7eb8c8218f30d9bf;p=thirdparty%2FPython%2Fcpython.git Fix minor whitespace nit, for consistency with Python's C style rules. --- diff --git a/Modules/main.c b/Modules/main.c index 102693a5ca7e..d480fba62efb 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