]> granicus.if.org Git - python/commitdiff
Replace tab inside comment with space.
authorWalter Dörwald <walter@livinglogic.de>
Thu, 25 May 2006 08:53:28 +0000 (08:53 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 25 May 2006 08:53:28 +0000 (08:53 +0000)
Python/errors.c

index baf52ff1b9eba09c645c7c56e56751ffe525999e..e0ce833f459b5a5caa26e694949c551100f6cb17 100644 (file)
@@ -785,7 +785,7 @@ PyErr_ProgramText(const char *filename, int lineno)
                                break;
                        /* fgets read *something*; if it didn't get as
                           far as pLastChar, it must have found a newline
-                          or hit the end of the file;  if pLastChar is \n,
+                          or hit the end of the file; if pLastChar is \n,
                           it obviously found a newline; else we haven't
                           yet seen a newline, so must continue */
                } while (*pLastChar != '\0' && *pLastChar != '\n');