]> granicus.if.org Git - python/commitdiff
[3.6] remove tabs from getcompiler.c (GH-3892) (#3893)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Oct 2017 15:41:06 +0000 (08:41 -0700)
committerBenjamin Peterson <benjamin@python.org>
Thu, 5 Oct 2017 15:41:06 +0000 (08:41 -0700)
(cherry picked from commit a8ed11742b4c2115597977ce04fa8e043d9e0792)

Python/getcompiler.c

index 0f441deb84d0b22af5a48dbf60c97cad6e9ff292..9d9c33ac2de6d43f4ac3f2523fae1bb275a75019 100644 (file)
@@ -24,5 +24,5 @@
 const char *
 Py_GetCompiler(void)
 {
-       return COMPILER;
+    return COMPILER;
 }