From 598ceae876ff4a23072e59945597e945583de4ab Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Tue, 28 Nov 2017 17:56:10 +0200 Subject: bpo-32150: Expand tabs to spaces in C files. (#4583) --- Python/getplatform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/getplatform.c') diff --git a/Python/getplatform.c b/Python/getplatform.c index 68991402b5..81a0f7ac53 100644 --- a/Python/getplatform.c +++ b/Python/getplatform.c @@ -8,5 +8,5 @@ const char * Py_GetPlatform(void) { - return PLATFORM; + return PLATFORM; } -- cgit v1.2.1