Fix indentation of continuation lines.

This commit is contained in:
Georg Brandl 2016-01-18 08:00:15 +01:00
parent 5c60ea3fa1
commit 4b5b06203e
2 changed files with 3 additions and 3 deletions

View file

@ -796,7 +796,7 @@ Py_NewInterpreter(void)
if (initstdio() < 0)
Py_FatalError(
"Py_Initialize: can't initialize sys standard streams");
"Py_Initialize: can't initialize sys standard streams");
initmain(interp);
if (!Py_NoSiteFlag)
initsite();