]> git.ipfire.org Git - thirdparty/git.git/commit
git-p4: move inline comments to line above
authorJoel Holdsworth <jholdsworth@nvidia.com>
Fri, 1 Apr 2022 14:25:02 +0000 (15:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 20:15:44 +0000 (13:15 -0700)
commit4768af208850ef3de74908c498acf9f8956cf545
treeb89499363d3eee70f5dc84502464e192ef3a8f2a
parent77956b9de5266de6e597509a4d58e2f0bcafd09a
git-p4: move inline comments to line above

PEP8 recommends that all inline comments should be separated from code
by two spaces, in the "Inline Comments" section:

https://www.python.org/dev/peps/pep-0008/#inline-comments

However, because all instances of these inline comments extended to an
excessive line length, they have been moved onto a seprate line.

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