Skip to content

Commit e87c0e1

Browse files
committed
Remove trailing whitespace.
1 parent ec5ae3b commit e87c0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/getversion.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const char *
99
Py_GetVersion(void)
1010
{
1111
static char version[250];
12-
PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s",
12+
PyOS_snprintf(version, sizeof(version), "%.80s (%.80s) %.80s",
1313
PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler());
1414
return version;
1515
}

0 commit comments

Comments
 (0)