Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/
  • Loading branch information
Steven Colby committed May 18, 2016
commit b8d6fb2898ba465bc1ade60066851134a656a76c
2 changes: 1 addition & 1 deletion git/compat.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-*-coding:utf-8-*-
# -*- coding: utf-8 -*-
# config.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
Expand Down
2 changes: 1 addition & 1 deletion git/test/test_base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-*-coding:utf-8-*-
# -*- coding: utf-8 -*-
# test_base.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
Expand Down
2 changes: 1 addition & 1 deletion git/test/test_docs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-*-coding:utf-8-*-
# -*- coding: utf-8 -*-
# test_git.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
Expand Down
2 changes: 1 addition & 1 deletion git/test/test_git.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-*-coding:utf-8-*-
# -*- coding: utf-8 -*-
# test_git.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
Expand Down
2 changes: 1 addition & 1 deletion git/test/test_index.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-*-coding:utf-8-*-
# -*- coding: utf-8 -*-
# test_index.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
Expand Down
2 changes: 1 addition & 1 deletion git/test/test_repo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-*-coding:utf-8-*-
# -*- coding: utf-8 -*-
# test_repo.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
Expand Down