summaryrefslogtreecommitdiff
path: root/Python/getcompiler.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-10-05 00:09:01 -0700
committerGitHub <noreply@github.com>2017-10-05 00:09:01 -0700
commita8ed11742b4c2115597977ce04fa8e043d9e0792 (patch)
tree59cfc5df5c59dc658042ebef9f7bc75bc84e45ec /Python/getcompiler.c
parente14679c78464d1e0e16786c2a0e9bcebe49e842b (diff)
downloadcpython-git-a8ed11742b4c2115597977ce04fa8e043d9e0792.tar.gz
remove tabs from getcompiler.c (#3892)
Diffstat (limited to 'Python/getcompiler.c')
-rw-r--r--Python/getcompiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcompiler.c b/Python/getcompiler.c
index 0f441deb84..9d9c33ac2d 100644
--- a/Python/getcompiler.c
+++ b/Python/getcompiler.c
@@ -24,5 +24,5 @@
const char *
Py_GetCompiler(void)
{
- return COMPILER;
+ return COMPILER;
}