From b8d6fb2898ba465bc1ade60066851134a656a76c Mon Sep 17 00:00:00 2001 From: Steven Colby Date: Wed, 18 May 2016 14:22:51 -0600 Subject: Need spaces in Emacs style encoding comment Although it's hard to see, PEP-0263 does have ws delimiting the 'coding' string. This commit will fix the root cause of (at least) one bug: https://lists.fedoraproject.org/archives/list/eclipse-sig@lists.fedoraproject.org/thread/5XQ5JRHG6DPPMGRDU7TA2AO4EYS2H7AG/ --- git/compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/compat.py') diff --git a/git/compat.py b/git/compat.py index 7bd8e494..76509ba6 100644 --- a/git/compat.py +++ b/git/compat.py @@ -1,4 +1,4 @@ -#-*-coding:utf-8-*- +# -*- coding: utf-8 -*- # config.py # Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors # -- cgit v1.2.1