mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
remove tabs from getcompiler.c (#3892)
This commit is contained in:
parent
e14679c784
commit
a8ed11742b
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@
|
||||||
const char *
|
const char *
|
||||||
Py_GetCompiler(void)
|
Py_GetCompiler(void)
|
||||||
{
|
{
|
||||||
return COMPILER;
|
return COMPILER;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue