Skip to content

Commit a8ed117

Browse files
authored
remove tabs from getcompiler.c (#3892)
1 parent e14679c commit a8ed117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/getcompiler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
const char *
2525
Py_GetCompiler(void)
2626
{
27-
return COMPILER;
27+
return COMPILER;
2828
}

0 commit comments

Comments
 (0)