[3.6] remove tabs from getcompiler.c (GH-3892) (#3893)

(cherry picked from commit a8ed11742b)
This commit is contained in:
Miss Islington (bot) 2017-10-05 08:41:06 -07:00 committed by Benjamin Peterson
parent fae0512e58
commit 8aafd5fd79

View file

@ -24,5 +24,5 @@
const char *
Py_GetCompiler(void)
{
return COMPILER;
return COMPILER;
}