mirror of
https://github.com/python/cpython.git
synced 2025-01-18 14:35:37 +08:00
Remove trailing whitespace.
This commit is contained in:
parent
ec5ae3b9f5
commit
e87c0e1eaf
@ -9,7 +9,7 @@ const char *
|
|||||||
Py_GetVersion(void)
|
Py_GetVersion(void)
|
||||||
{
|
{
|
||||||
static char version[250];
|
static char version[250];
|
||||||
PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s",
|
PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s",
|
||||||
PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler());
|
PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler());
|
||||||
return version;
|
return version;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user