Skip to content

Commit

Permalink
[3.6] remove tabs from getcompiler.c (GH-3892) (#3893)
Browse files Browse the repository at this point in the history
(cherry picked from commit a8ed117)
  • Loading branch information
miss-islington authored and benjaminp committed Oct 5, 2017
1 parent fae0512 commit 8aafd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/getcompiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
const char *
Py_GetCompiler(void)
{
return COMPILER;
return COMPILER;
}

0 comments on commit 8aafd5f

Please sign in to comment.