]> granicus.if.org Git - python/commitdiff
Fix minor whitespace nit, for consistency with Python's C style rules.
authorFred Drake <fdrake@acm.org>
Thu, 17 Oct 2002 20:37:50 +0000 (20:37 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Oct 2002 20:37:50 +0000 (20:37 +0000)
Modules/main.c

index 102693a5ca7e063ca6ccd0b5333e8fb36b44a570..d480fba62efb086b68094b55767ea6a1f67170eb 100644 (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