From a8ed11742b4c2115597977ce04fa8e043d9e0792 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 5 Oct 2017 00:09:01 -0700 Subject: [PATCH] remove tabs from getcompiler.c (#3892) --- Python/getcompiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }