Kaydet (Commit) e87c0e1e authored tarafından Georg Brandl's avatar Georg Brandl

Remove trailing whitespace.

üst ec5ae3b9
......@@ -9,7 +9,7 @@ const char *
Py_GetVersion(void)
{
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());
return version;
}
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