[Python-checkins] remove tabs from getcompiler.c (#3892)

Benjamin Peterson webhook-mailer at python.org
Thu Oct 5 03:09:04 EDT 2017


https://github.com/python/cpython/commit/a8ed11742b4c2115597977ce04fa8e043d9e0792
commit: a8ed11742b4c2115597977ce04fa8e043d9e0792
branch: master
author: Benjamin Peterson <benjamin at python.org>
committer: GitHub <noreply at github.com>
date: 2017-10-05T00:09:01-07:00
summary:

remove tabs from getcompiler.c (#3892)

files:
M Python/getcompiler.c

diff --git a/Python/getcompiler.c b/Python/getcompiler.c
index 0f441deb84d..9d9c33ac2de 100644
--- a/Python/getcompiler.c
+++ b/Python/getcompiler.c
@@ -24,5 +24,5 @@
 const char *
 Py_GetCompiler(void)
 {
-	return COMPILER;
+    return COMPILER;
 }



More information about the Python-checkins mailing list