remove tabs from getcompiler.c (#3892)

This commit is contained in:
Benjamin Peterson 2017-10-05 00:09:01 -07:00 committed by GitHub
parent e14679c784
commit a8ed11742b
1 changed files with 1 additions and 1 deletions

View File

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