diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-10-05 00:09:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-05 00:09:01 -0700 |
commit | a8ed11742b4c2115597977ce04fa8e043d9e0792 (patch) | |
tree | 59cfc5df5c59dc658042ebef9f7bc75bc84e45ec /Python/getcompiler.c | |
parent | e14679c78464d1e0e16786c2a0e9bcebe49e842b (diff) | |
download | cpython-git-a8ed11742b4c2115597977ce04fa8e043d9e0792.tar.gz |
remove tabs from getcompiler.c (#3892)
Diffstat (limited to 'Python/getcompiler.c')
-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 0f441deb84..9d9c33ac2d 100644 --- a/Python/getcompiler.c +++ b/Python/getcompiler.c @@ -24,5 +24,5 @@ const char * Py_GetCompiler(void) { - return COMPILER; + return COMPILER; } |