Kaydet (Commit) c611f174 authored tarafından Walter Dörwald's avatar Walter Dörwald

Replace tab inside comment with space.

üst 61bbe6c3
...@@ -785,7 +785,7 @@ PyErr_ProgramText(const char *filename, int lineno) ...@@ -785,7 +785,7 @@ PyErr_ProgramText(const char *filename, int lineno)
break; break;
/* fgets read *something*; if it didn't get as /* fgets read *something*; if it didn't get as
far as pLastChar, it must have found a newline 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 it obviously found a newline; else we haven't
yet seen a newline, so must continue */ yet seen a newline, so must continue */
} while (*pLastChar != '\0' && *pLastChar != '\n'); } while (*pLastChar != '\0' && *pLastChar != '\n');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment