]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: remove padding from lists, tuples and function arguments
authorJoel Holdsworth <jholdsworth@nvidia.com>
Fri, 1 Apr 2022 14:24:50 +0000 (15:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 20:15:43 +0000 (13:15 -0700)
commit84af8b854481d686674622424977ecc5cdf0d587
tree496524cb7b60555626a775425f889c3e562db329
parent794bb28d2a9853fa998c795120729277b17e047f
git-p4: remove padding from lists, tuples and function arguments

PEP8 discourages use of extraneous padding inside any parenthesis,
brackets or braces in the "Pet Peeves" section:

https://www.python.org/dev/peps/pep-0008/#pet-peeves

This patch removes all cases of these.

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