diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-10-05 07:09:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-05 07:09:01 (GMT) |
commit | a8ed11742b4c2115597977ce04fa8e043d9e0792 (patch) | |
tree | 59cfc5df5c59dc658042ebef9f7bc75bc84e45ec /Python | |
parent | e14679c78464d1e0e16786c2a0e9bcebe49e842b (diff) | |
download | cpython-a8ed11742b4c2115597977ce04fa8e043d9e0792.zip cpython-a8ed11742b4c2115597977ce04fa8e043d9e0792.tar.gz cpython-a8ed11742b4c2115597977ce04fa8e043d9e0792.tar.bz2 |
remove tabs from getcompiler.c (#3892)
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; } |