diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-10-05 15:41:06 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2017-10-05 15:41:06 (GMT) |
commit | 8aafd5fd7961df1068325d41cc0acd72e7009a0f (patch) | |
tree | c23a5f7064d3eb9cc9b6bb2b3bf7ba4a5e5272e8 /Python | |
parent | fae0512e58619231a566bf77aa21148440b0ec8d (diff) | |
download | cpython-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.c | 2 |
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; } |