summaryrefslogtreecommitdiffstats
path: root/Python/getcompiler.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2017-10-05 15:41:31 (GMT)
committerBenjamin Peterson <benjamin@python.org>2017-10-05 15:41:31 (GMT)
commit2fb8e9385944276884c2a2dc5d6275a04e04c879 (patch)
tree61581a307451817f36da9154ddb47ee97d759f5e /Python/getcompiler.c
parent328b5d0e64798cf17360c6b2a07c2b18f2798b88 (diff)
downloadcpython-2fb8e9385944276884c2a2dc5d6275a04e04c879.zip
cpython-2fb8e9385944276884c2a2dc5d6275a04e04c879.tar.gz
cpython-2fb8e9385944276884c2a2dc5d6275a04e04c879.tar.bz2
[2.7] remove tabs from getcompiler.c (GH-3892) (#3894)
(cherry picked from commit a8ed11742b4c2115597977ce04fa8e043d9e0792)
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 0f441de..9d9c33a 100644
--- a/Python/getcompiler.c
+++ b/Python/getcompiler.c
@@ -24,5 +24,5 @@
const char *
Py_GetCompiler(void)
{
- return COMPILER;
+ return COMPILER;
}