[2.7] remove tabs from getcompiler.c (GH-3892) (#3894)
![](https://secure.gravatar.com/avatar/cc7737cd64a84f1b5c61a160798e97ee.jpg?s=120&d=mm&r=g)
Oct. 5, 2017
8:41 a.m.
https://github.com/python/cpython/commit/2fb8e9385944276884c2a2dc5d6275a04e0... commit: 2fb8e9385944276884c2a2dc5d6275a04e04c879 branch: 2.7 author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> committer: Benjamin Peterson <benjamin@python.org> date: 2017-10-05T08:41:31-07:00 summary: [2.7] remove tabs from getcompiler.c (GH-3892) (#3894) (cherry picked from commit a8ed11742b4c2115597977ce04fa8e043d9e0792) files: M Python/getcompiler.c diff --git a/Python/getcompiler.c b/Python/getcompiler.c index 0f441deb84d..9d9c33ac2de 100644 --- a/Python/getcompiler.c +++ b/Python/getcompiler.c @@ -24,5 +24,5 @@ const char * Py_GetCompiler(void) { - return COMPILER; + return COMPILER; }
2691
Age (days ago)
2691
Last active (days ago)
0 comments
1 participants
participants (1)
-
Benjamin Peterson