Commit e87c0e1e authored by Georg Brandl's avatar Georg Brandl

Remove trailing whitespace.

parent ec5ae3b9
...@@ -9,7 +9,7 @@ const char * ...@@ -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;
} }
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