]> git.ipfire.org Git - thirdparty/git.git/commit
git-p4: only seperate code blocks by a single empty line
authorJoel Holdsworth <jholdsworth@nvidia.com>
Fri, 1 Apr 2022 14:25:01 +0000 (15:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 20:15:44 +0000 (13:15 -0700)
commit77956b9de5266de6e597509a4d58e2f0bcafd09a
tree0af69b2bdcf9abe87f3d85f909751d4766135cea
parentda0134f6534f407f8377ea97eb040ee6e49412e1
git-p4: only seperate code blocks by a single empty line

PEP8 recommends that blank lines should be used sparingly to separate
sections in the "Blank Lines" section:

https://www.python.org/dev/peps/pep-0008/#blank-lines

This patch replaces all double blank-line separations with a single
blank line.

Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py