mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Remove trailing whitespace.
This commit is contained in:
parent
ec5ae3b9f5
commit
e87c0e1eaf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue