Skip to content

Commit db44286

Browse files
committed
Merge pull request #433 from StevenWColby/master
Need spaces in Emacs style encoding comment
2 parents 00452ef + b8d6fb2 commit db44286

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎git/compat.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#-*-coding:utf-8-*-
1+
#-*-coding:utf-8-*-
22
# config.py
33
# Copyright (C) 2008, 2009 Michael Trier ([email protected]) and contributors
44
#

‎git/test/test_base.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#-*-coding:utf-8-*-
1+
#-*-coding:utf-8-*-
22
# test_base.py
33
# Copyright (C) 2008, 2009 Michael Trier ([email protected]) and contributors
44
#

‎git/test/test_docs.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#-*-coding:utf-8-*-
1+
#-*-coding:utf-8-*-
22
# test_git.py
33
# Copyright (C) 2008, 2009 Michael Trier ([email protected]) and contributors
44
#

‎git/test/test_git.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#-*-coding:utf-8-*-
1+
#-*-coding:utf-8-*-
22
# test_git.py
33
# Copyright (C) 2008, 2009 Michael Trier ([email protected]) and contributors
44
#

‎git/test/test_index.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#-*-coding:utf-8-*-
1+
#-*-coding:utf-8-*-
22
# test_index.py
33
# Copyright (C) 2008, 2009 Michael Trier ([email protected]) and contributors
44
#

‎git/test/test_repo.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#-*-coding:utf-8-*-
1+
#-*-coding:utf-8-*-
22
# test_repo.py
33
# Copyright (C) 2008, 2009 Michael Trier ([email protected]) and contributors
44
#

0 commit comments

Comments
(0)