remove tabs from getcompiler.c (#3892)
This commit is contained in:
parent
e14679c784
commit
a8ed11742b
|
@ -24,5 +24,5 @@
|
||||||
const char *
|
const char *
|
||||||
Py_GetCompiler(void)
|
Py_GetCompiler(void)
|
||||||
{
|
{
|
||||||
return COMPILER;
|
return COMPILER;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue