summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2017-10-05 15:41:06 (GMT)
committerBenjamin Peterson <benjamin@python.org>2017-10-05 15:41:06 (GMT)
commit8aafd5fd7961df1068325d41cc0acd72e7009a0f (patch)
treec23a5f7064d3eb9cc9b6bb2b3bf7ba4a5e5272e8 /Python
parentfae0512e58619231a566bf77aa21148440b0ec8d (diff)
downloadcpython-8aafd5fd7961df1068325d41cc0acd72e7009a0f.zip
cpython-8aafd5fd7961df1068325d41cc0acd72e7009a0f.tar.gz
cpython-8aafd5fd7961df1068325d41cc0acd72e7009a0f.tar.bz2
[3.6] remove tabs from getcompiler.c (GH-3892) (#3893)
(cherry picked from commit a8ed11742b4c2115597977ce04fa8e043d9e0792)
Diffstat (limited to 'Python')
-rw-r--r--Python/getcompiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcompiler.c b/Python/getcompiler.c
index 0f441de..9d9c33a 100644
--- a/Python/getcompiler.c
+++ b/Python/getcompiler.c
@@ -24,5 +24,5 @@
const char *
Py_GetCompiler(void)
{
- return COMPILER;
+ return COMPILER;
}