]> granicus.if.org Git - python/commitdiff
Remove trailing whitespace.
authorGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 19:29:15 +0000 (19:29 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 19:29:15 +0000 (19:29 +0000)
Python/getversion.c

index 7af16fc8109e973ee6e23583ee484582cf285e7c..7bd6efd0a0154700113ba39a6c0fd820e82bfbd3 100644 (file)
@@ -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;
 }