From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 5 Oct 2017 15:41:06 +0000 (-0700) Subject: [3.6] remove tabs from getcompiler.c (GH-3892) (#3893) X-Git-Tag: v3.6.4rc1~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aafd5fd7961df1068325d41cc0acd72e7009a0f;p=python [3.6] remove tabs from getcompiler.c (GH-3892) (#3893) (cherry picked from commit a8ed11742b4c2115597977ce04fa8e043d9e0792) --- 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; }