mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Fix a couple of whitespace consistency nits.
This commit is contained in:
parent
6049cb8918
commit
e20131efc3
1 changed files with 2 additions and 2 deletions
|
|
@ -217,12 +217,12 @@ dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
|
||||||
errBuf[sizeof(errBuf)-1] = '\0';
|
errBuf[sizeof(errBuf)-1] = '\0';
|
||||||
}
|
}
|
||||||
PyErr_SetString(PyExc_ImportError, errBuf);
|
PyErr_SetString(PyExc_ImportError, errBuf);
|
||||||
return NULL;
|
return NULL;
|
||||||
} else {
|
} else {
|
||||||
char buffer[256];
|
char buffer[256];
|
||||||
|
|
||||||
PyOS_snprintf(buffer, sizeof(buffer), "python%d%d.dll",
|
PyOS_snprintf(buffer, sizeof(buffer), "python%d%d.dll",
|
||||||
PY_MAJOR_VERSION,PY_MINOR_VERSION);
|
PY_MAJOR_VERSION,PY_MINOR_VERSION);
|
||||||
import_python = GetPythonImport(hDLL);
|
import_python = GetPythonImport(hDLL);
|
||||||
|
|
||||||
if (import_python &&
|
if (import_python &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue