From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 5 Oct 2017 15:41:31 +0000 (-0700) Subject: [2.7] remove tabs from getcompiler.c (GH-3892) (#3894) X-Git-Tag: v2.7.15rc1~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fb8e9385944276884c2a2dc5d6275a04e04c879;p=thirdparty%2FPython%2Fcpython.git [2.7] remove tabs from getcompiler.c (GH-3892) (#3894) (cherry picked from commit a8ed11742b4c2115597977ce04fa8e043d9e0792) --- 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; }