projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5ae3b
)
Remove trailing whitespace.
author
Georg Brandl
<georg@python.org>
Sat, 31 Jul 2010 19:29:15 +0000
(19:29 +0000)
committer
Georg Brandl
<georg@python.org>
Sat, 31 Jul 2010 19:29:15 +0000
(19:29 +0000)
Python/getversion.c
patch
|
blob
|
history
diff --git
a/Python/getversion.c
b/Python/getversion.c
index 7af16fc8109e973ee6e23583ee484582cf285e7c..7bd6efd0a0154700113ba39a6c0fd820e82bfbd3 100644
(file)
--- a/
Python/getversion.c
+++ b/
Python/getversion.c
@@
-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;
}