From: Benjamin Peterson Date: Thu, 5 Oct 2017 07:09:01 +0000 (-0700) Subject: remove tabs from getcompiler.c (#3892) X-Git-Tag: v3.7.0a2~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8ed11742b4c2115597977ce04fa8e043d9e0792;p=thirdparty%2FPython%2Fcpython.git remove tabs from getcompiler.c (#3892) --- diff --git a/Python/getcompiler.c b/Python/getcompiler.c index 0f441deb84d0..9d9c33ac2de6 100644 --- a/Python/getcompiler.c +++ b/Python/getcompiler.c @@ -24,5 +24,5 @@ const char * Py_GetCompiler(void) { - return COMPILER; + return COMPILER; }