]> granicus.if.org Git - python/commitdiff
remove tabs from getcompiler.c (#3892)
authorBenjamin Peterson <benjamin@python.org>
Thu, 5 Oct 2017 07:09:01 +0000 (00:09 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2017 07:09:01 +0000 (00:09 -0700)
Python/getcompiler.c

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